Removed unneeded whitespace.
This commit is contained in:
@@ -195,13 +195,13 @@ static void display_help()
|
||||
put_line(" C = C (Chat first), L (load game first)");
|
||||
put_line(" D = N (Stay in ZSNES after disconnect), Q (Quit after disconnect)");
|
||||
put_line(" E = # of connections (Keep it 2 for now)");
|
||||
#ifdef __WIN32__
|
||||
#ifdef __WIN32__
|
||||
put_line(" eg: ZSNESW /UCCN2 nickname d:\\snesroms 202.36.124.28");
|
||||
#else
|
||||
put_line(" eg: zsnes /UCCN2 nickname /home/zuser/snesroms 202.36.124.28");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
||||
@@ -488,7 +488,7 @@ static void handle_params(int argc, char *argv[])
|
||||
{
|
||||
ZMVRawDump = 1;
|
||||
}
|
||||
|
||||
|
||||
else if (tolower(argv[i][1]) == 'o' && tolower(argv[i][2]) == 'm') //Enable MMX support
|
||||
{
|
||||
MMXSupport = 1;
|
||||
@@ -533,7 +533,7 @@ static void handle_params(int argc, char *argv[])
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
{
|
||||
display_help();
|
||||
|
||||
Reference in New Issue
Block a user