comparison 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
comparison
equal deleted inserted replaced
49:4698627de33d 50:e2b6a35bcb0c
143 143
144 pwplib_getopts(); 144 pwplib_getopts();
145 145
146 if (pwplib.setup[SETUP_WANTHELP]) 146 if (pwplib.setup[SETUP_WANTHELP])
147 { 147 {
148 printhelp(); 148 pwplib_printhelp();
149 exit(0); 149 exit(0);
150 } 150 }
151 151
152 if (!pwplib_initcore()) 152 if (!pwplib_initcore())
153 { 153 {