diff pwplib/pwplib-unix.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 d83239a98d1e
children 53676367d46f
line wrap: on
line diff
--- a/pwplib/pwplib-unix.c	Mon May 24 08:46:57 2010 +0300
+++ b/pwplib/pwplib-unix.c	Mon May 24 08:48:18 2010 +0300
@@ -281,7 +281,7 @@
 
     if (pwplib.setup[SETUP_WANTHELP])
     {
-        printhelp();
+        pwplib_printhelp();
         exit(0);
     }