Fix tracing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24271 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-03-06 14:27:18 +00:00
parent 63aba97736
commit 9fb2c0f239
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
//#define DEBUG_DESKTOP
#ifdef DEBUG_DESKTOP
# define STRACE(a) printf(a)
# define STRACE(a) printf a
#else
# define STRACE(a) ;
#endif