Changed: #825 Fixed warning/error about C++ comment blocks in C code.

This commit is contained in:
Matt Raykowski 2010-08-20 08:44:58 -05:00
parent 9fde74ff28
commit 561f353f0d

View file

@ -4,7 +4,7 @@
extern "C" { extern "C" {
#endif #endif
// ---------------------------------------------------------------------------------------------------------------------------------- /* ---------------------------------------------------------------------------------------------------------------------------------- */
typedef struct PIC_PICTURE typedef struct PIC_PICTURE
{ {
@ -68,4 +68,4 @@ extern void Pic_SetError(unsigned char *msg, ...);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif #endif