From 9e5297131cc53d7161aa74566f147b98e1c27aaa Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 3 Jan 2003 03:24:23 +0000 Subject: Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. --- source/lib/dprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/lib/dprintf.c') 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; -- cgit