Eliminate debugging argument.

This commit is contained in:
Christopher Faylor 2000-02-28 06:34:14 +00:00
parent e6433c2824
commit 7a37e4ac43
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ WinMain (HINSTANCE hi, HINSTANCE hp, LPWSTR cmd, int show)
char host[80];
whost = wcschr (cmd, L' '); /* Look for argument. */
whost = cmd;
/* If no host is specified, just use default */
if (whost)