change debug macro

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9220 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-10-05 23:44:07 +00:00
parent ca75e4d057
commit 01a9b4267c
+1 -1
View File
@@ -233,7 +233,7 @@ public:
#else
#define EXIT() ((void)0)
#define CALLED() ((void)0)
#define PRINTERR(x) fprintf(stderr, x)
#define PRINTERR(x) SERIAL_PRINT(x)
#endif
#endif