summaryrefslogtreecommitdiff
path: root/lib/unwarminder/unwarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unwarminder/unwarm.c')
-rw-r--r--lib/unwarminder/unwarm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/unwarminder/unwarm.c b/lib/unwarminder/unwarm.c
index 99f6a12ccb..699ca50689 100644
--- a/lib/unwarminder/unwarm.c
+++ b/lib/unwarminder/unwarm.c
@@ -64,6 +64,7 @@ void UnwPrintf(const char *format, ...)
64 64
65 va_start( args, format ); 65 va_start( args, format );
66 vprintf(format, args ); 66 vprintf(format, args );
67 va_end(args);
67} 68}
68#endif 69#endif
69 70