Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-03-03 22:35:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-03 22:36:13 +0300
commit63d25b47b8f4ce056e996248562735557e3483a7 (patch)
tree0eb442ce63bc5b7feb1dffbe112447608186520d /source/blender/blenkernel/intern/image.c
parent6d673f8f0c4600b6573991bcd6e75f89bdb4c473 (diff)
Docs: minor comment correction
Diffstat (limited to 'source/blender/blenkernel/intern/image.c')
-rw-r--r--source/blender/blenkernel/intern/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/image.c b/source/blender/blenkernel/intern/image.c
index 05ec54e507d..448d652d89e 100644
--- a/source/blender/blenkernel/intern/image.c
+++ b/source/blender/blenkernel/intern/image.c
@@ -1424,7 +1424,7 @@ char BKE_imtype_valid_depths(const char imtype)
/* string is from command line --render-format arg, keep in sync with
- * creator.c help info */
+ * creator_args.c help info */
char BKE_imtype_from_arg(const char *imtype_arg)
{
if (STREQ(imtype_arg, "TGA")) return R_IMF_IMTYPE_TARGA;