1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

getopt() returns int, not char.

git-svn-id: https://svn.xiph.org/trunk/ezstream@12575 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-02-27 14:42:14 +00:00
parent 3418a75a66
commit 382c811b97

View File

@ -807,7 +807,7 @@ usageHelp(void)
int
main(int argc, char *argv[])
{
char c;
int c;
char *configFile = NULL;
char *host = NULL;
int port = 0;