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:
authorTon Roosendaal <ton@blender.org>2003-05-30 14:38:00 +0400
committerTon Roosendaal <ton@blender.org>2003-05-30 14:38:00 +0400
commit42d04bec4d434b959dc118a9f42f0d9c32547bf9 (patch)
tree92d1f7d4269f9abaf33de630dfec892bb32591f5 /source/blender/imbuf/IMB_imbuf_types.h
parent8909176b7dea10240db7accb48a050953fc64db0 (diff)
- fixed typo, a : should be ;
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf_types.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index 4ebcee2962d..ee504cc6f55 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -72,7 +72,7 @@ typedef struct ImBuf{
unsigned int **planes; /**< bitplanes */
int flags; /**< Controls which components should exist. */
int mall; /**< what is malloced internal, and can be freed */
- short xorig: /**< X origin. What is this relative to? */
+ short xorig; /**< X origin. What is this relative to? */
short yorig; /**< Y origin. What is this relative to? */
char name[1023]; /**< The file name */
char namenull; /**< What does this do?*/