comparison nnchat.c @ 1:351e96e01f4c

Fix a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 00:25:03 +0000
parents 728243125263
children b9d792e88ab5
comparison
equal deleted inserted replaced
0:728243125263 1:351e96e01f4c
58 "[options] <username> <password>"); 58 "[options] <username> <password>");
59 } 59 }
60 60
61 61
62 #ifdef __WIN32 62 #ifdef __WIN32
63 /* Just a bogus stub
64 */
63 const char *hstrerror(int err) 65 const char *hstrerror(int err)
64 { 66 {
67 (void) err;
68
65 return "???"; 69 return "???";
66 } 70 }
67 #endif 71 #endif
68 72
69 BOOL argHandleOpt(const int optN, char *optArg, char *currArg) 73 BOOL argHandleOpt(const int optN, char *optArg, char *currArg)