changeset 51:bcc3af5643b9 src

Slight changes to comply with http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_5.html#SEC83
author jcdutton
date Wed, 03 Jul 2002 00:24:47 +0000
parents 578ce1d41479
children 4d9b8880e592
files read_cache.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/read_cache.c	Tue Jul 02 22:57:10 2002 +0000
+++ b/read_cache.c	Wed Jul 03 00:24:47 2002 +0000
@@ -83,7 +83,7 @@
 #define _MT_TRACE 1
 
 #if _MT_TRACE
-#define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt,  __func__, ##args);
+#define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt,  __func__ , ## args);
 #else
 #define dprintf(fmt, args...) /* Nowt */
 #endif