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:
Diffstat (limited to 'source/blender/blendthumb/src/BlenderThumb.cpp')
-rw-r--r--source/blender/blendthumb/src/BlenderThumb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blendthumb/src/BlenderThumb.cpp b/source/blender/blendthumb/src/BlenderThumb.cpp
index bfb13d98f45..be0adffbdfd 100644
--- a/source/blender/blendthumb/src/BlenderThumb.cpp
+++ b/source/blender/blendthumb/src/BlenderThumb.cpp
@@ -270,7 +270,7 @@ IFACEMETHODIMP CBlendThumb::GetThumbnail(UINT cx, HBITMAP *phbmp, WTS_ALPHATYPE
#ifdef _DEBUG
# if 0
- MessageBox(0,"Attach now","Debugging",MB_OK);
+ MessageBox(0, "Attach now", "Debugging", MB_OK);
# endif
#endif
IWICImagingFactory *pImgFac;