From 42d04bec4d434b959dc118a9f42f0d9c32547bf9 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 30 May 2003 10:38:00 +0000 Subject: - fixed typo, a : should be ; --- source/blender/imbuf/IMB_imbuf_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/IMB_imbuf_types.h') 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?*/ -- cgit v1.2.3