diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-01-03 03:24:23 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-01-03 03:24:23 +0000 |
commit | 9e5297131cc53d7161aa74566f147b98e1c27aaa (patch) | |
tree | f92d67c8fe8bc89c474300e86516b9ac2b31ab24 /source/lib/dprintf.c | |
parent | 353c6b24234444c5430de183c3a4b1318bfce02c (diff) | |
download | samba-9e5297131cc53d7161aa74566f147b98e1c27aaa.tar.gz samba-9e5297131cc53d7161aa74566f147b98e1c27aaa.tar.xz samba-9e5297131cc53d7161aa74566f147b98e1c27aaa.zip |
Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.
Diffstat (limited to 'source/lib/dprintf.c')
-rw-r--r-- | source/lib/dprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/dprintf.c b/source/lib/dprintf.c index f0f09e199d4..70387bbd618 100644 --- a/source/lib/dprintf.c +++ b/source/lib/dprintf.c @@ -31,7 +31,7 @@ #include "includes.h" -int d_vfprintf(FILE *f, const char *format, va_list ap) + int d_vfprintf(FILE *f, const char *format, va_list ap) { char *p, *p2; int ret, maxlen, clen; |