Fix stupid typo.

svn path=/trunk/; revision=24161
This commit is contained in:
Michael Natterer 2007-11-15 11:03:41 +00:00
parent 3229e67f64
commit b79096eda5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ typedef enum
#define GIMP_LOG(type, format...) \
G_STMT_START { \
if (gimp_log_flags && GIMP_LOG_##type) \
if (gimp_log_flags & GIMP_LOG_##type) \
gimp_log (G_STRFUNC, __LINE__, #type, format); \
} G_STMT_END