uiacceltk/hitchcock/goommonitor/inc/tracedefs.h
branchGCC_SURGE
changeset 36 a7cff2fbd499
parent 0 15bf7259bb7c
--- a/uiacceltk/hitchcock/goommonitor/inc/tracedefs.h	Fri Jun 11 16:26:54 2010 +0100
+++ b/uiacceltk/hitchcock/goommonitor/inc/tracedefs.h	Tue Jun 15 14:05:48 2010 +0100
@@ -34,6 +34,6 @@
 /**
 * Prefix macro for strings
 */
-#define _PREFIX_CHAR( aMsg ) (const char*)"[GOOM]: " ##aMsg
+#define _PREFIX_CHAR( aMsg ) (const char*)"[GOOM]: " #aMsg
 
 #endif // TRACEDEFS_H