diff pwplib/pwplib-win.c @ 50:e2b6a35bcb0c

Remove usage of malloc.h; Other misc cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 08:48:18 +0300
parents 7deee201073e
children 85671798fdb3
line wrap: on
line diff
--- a/pwplib/pwplib-win.c	Mon May 24 08:46:57 2010 +0300
+++ b/pwplib/pwplib-win.c	Mon May 24 08:48:18 2010 +0300
@@ -145,7 +145,7 @@
 
     if (pwplib.setup[SETUP_WANTHELP])
     {
-        printhelp();
+        pwplib_printhelp();
         exit(0);
     }