(BDBGPrintf): Add space before last comma in macro older

compilers.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19474 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2004-06-06 20:28:57 +00:00
parent 28d280e337
commit 7f6f586bbd
2 changed files with 3 additions and 1 deletions

View file

@ -63,7 +63,7 @@
#endif
#define BDBGPrintf(format, args...) \
do { if (behavior_debug) { fprintf(stderr, (format), ## args); } } while (0)
do { if (behavior_debug) { fprintf(stderr, (format) , ## args); } } while (0)
static objc_mutex_t local_lock = NULL;