summaryrefslogtreecommitdiff
path: root/source3/lib/dprintf.c
diff options
context:
space:
mode:
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 4dcc283047..e3aa2c7669 100644
--- a/source3/lib/dprintf.c
+++ b/source3/lib/dprintf.c
@@ -43,7 +43,7 @@ int d_vfprintf(FILE *f, const char *format, va_list ap)
if (!msgstr) return -1;
#if defined(HAVE_VA_COPY)
- __va_copy(ap2, ap)
+ __va_copy(ap2, ap);
#else
ap2 = ap;
#endif