Missing { when WITH_LCMS is defined.
This commit is contained in:
Martin Poirier 2009-06-18 20:13:17 +00:00
parent 94dbb3bbdd
commit dd250f7d85

@ -62,7 +62,7 @@ EnumPropertyItem space_type_items[] = {
#define DC_ALPHA {SI_SHOW_ALPHA, "ALPHA", ICON_IMAGE_ALPHA, "Alpha", "Draw alpha transparency channel."} #define DC_ALPHA {SI_SHOW_ALPHA, "ALPHA", ICON_IMAGE_ALPHA, "Alpha", "Draw alpha transparency channel."}
#define DC_Z {SI_SHOW_ZBUF, "Z_BUFFER", ICON_IMAGE_ZDEPTH, "Z-Buffer", "Draw Z-buffer associated with image (mapped from camera clip start to end)."} #define DC_Z {SI_SHOW_ZBUF, "Z_BUFFER", ICON_IMAGE_ZDEPTH, "Z-Buffer", "Draw Z-buffer associated with image (mapped from camera clip start to end)."}
#ifdef WITH_LCMS #ifdef WITH_LCMS
#define DC_LCMS SI_COLOR_CORRECTION, "COLOR_CORRECTED", ICON_IMAGE_ALPHA, "Color Corrected", "Display color corrected image."} #define DC_LCMS {SI_COLOR_CORRECTION, "COLOR_CORRECTED", ICON_IMAGE_ALPHA, "Color Corrected", "Display color corrected image."}
#else #else
#define DC_LCMS {0, NULL, 0, NULL, NULL} #define DC_LCMS {0, NULL, 0, NULL, NULL}
#endif #endif