From 89a963fb7fdff543b77de790355b9dac3019bd33 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Mar 2012 18:28:30 +0000 Subject: style cleanup: comment blocks --- source/blender/blenpluginapi/iff.h | 6 +++--- source/blender/blenpluginapi/intern/pluginapi.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h index cf235c2f0ca..450dfc7f8d1 100644 --- a/source/blender/blenpluginapi/iff.h +++ b/source/blender/blenpluginapi/iff.h @@ -57,9 +57,9 @@ typedef struct ImBuf { unsigned int encodedsize; /**< Size of data written to encodedbuffer */ unsigned int encodedbuffersize; /**< Size of encodedbuffer */ - float *rect_float; /**< floating point Rect equivalent - Linear RGB color space - may need gamma correction to - sRGB when generating 8bit representations */ + float *rect_float; /** < floating point Rect equivalent + * Linear RGB color space - may need gamma correction to + * sRGB when generating 8bit representations */ int channels; /**< amount of channels in rect_float (0 = 4 channel default) */ float dither; /**< random dither value, for conversion from float -> byte rect */ short profile; /** color space/profile preset that the byte rect buffer represents */ diff --git a/source/blender/blenpluginapi/intern/pluginapi.c b/source/blender/blenpluginapi/intern/pluginapi.c index b6bd15fd1c3..aac20a96f08 100644 --- a/source/blender/blenpluginapi/intern/pluginapi.c +++ b/source/blender/blenpluginapi/intern/pluginapi.c @@ -42,7 +42,7 @@ */ #define PLUGIN_INTERN /* This tells the LIBEXPORT macro to compile with - dll export set on windows */ + * dll export set on windows */ #ifdef WIN32 #include "blenpluginapi/util.h" -- cgit v1.2.3