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 <campbell@blender.org>2022-05-05 10:32:57 +0300
committerCampbell Barton <campbell@blender.org>2022-05-05 10:33:43 +0300
commiteb837ba17eb5bc53de98972ab1f0b9aa30658e19 (patch)
tree4cd67ec9ef1aa00f0e4a3bb0622e1730df00c41e /source/blender/imbuf
parent6513ce258f734f50fa152a8f88240368e176389b (diff)
Cleanup: format
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/thumbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c
index d546d170568..51951aa9605 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -318,7 +318,7 @@ static ImBuf *thumb_create_ex(const char *file_path,
char tpath[FILE_MAX];
char tdir[FILE_MAX];
char temp[FILE_MAX];
- char mtime[40] = "0"; /* in case we can't stat the file */
+ char mtime[40] = "0"; /* in case we can't stat the file */
short tsize = 128;
BLI_stat_t info;