From 561f353f0daa41ad248c5b0a8a0fc02d56439ad1 Mon Sep 17 00:00:00 2001 From: Matt Raykowski Date: Fri, 20 Aug 2010 08:44:58 -0500 Subject: [PATCH] Changed: #825 Fixed warning/error about C++ comment blocks in C code. --- code/nel/tools/3d/tile_edit_qt/pic/pic_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/nel/tools/3d/tile_edit_qt/pic/pic_private.h b/code/nel/tools/3d/tile_edit_qt/pic/pic_private.h index 18089e04e..1239f5af9 100644 --- a/code/nel/tools/3d/tile_edit_qt/pic/pic_private.h +++ b/code/nel/tools/3d/tile_edit_qt/pic/pic_private.h @@ -4,7 +4,7 @@ extern "C" { #endif -// ---------------------------------------------------------------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------------------------------------------------------------- */ typedef struct PIC_PICTURE { @@ -68,4 +68,4 @@ extern void Pic_SetError(unsigned char *msg, ...); #ifdef __cplusplus } #endif -#endif \ No newline at end of file +#endif