summaryrefslogtreecommitdiff
path: root/source3/lib/dprintf.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-02 12:54:02 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-02 12:54:02 +0000
commita746483fd8eda59a0f42719186912ceabba2f4ac (patch)
tree41bcf9c9781d572ba675c2a233e969956ed5accf /source3/lib/dprintf.c
parente030b91bf8416654007daa1f493b36fb59cf5b58 (diff)
downloadsamba-a746483fd8eda59a0f42719186912ceabba2f4ac.tar.gz
samba-a746483fd8eda59a0f42719186912ceabba2f4ac.tar.bz2
samba-a746483fd8eda59a0f42719186912ceabba2f4ac.zip
Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids in
compiler-based argument checking. (This used to be commit 16fe928e68623a878b125910ff83df500a29d0ce)
Diffstat (limited to 'source3/lib/dprintf.c')
-rw-r--r--source3/lib/dprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/dprintf.c b/source3/lib/dprintf.c
index f0f09e199d..70387bbd61 100644
--- a/source3/lib/dprintf.c
+++ b/source3/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;