mirror of https://github.com/PCSX2/pcsx2.git
Applied eol-style:native to some Linux files.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@646 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
1f3bdd4a08
commit
01ecf48a6c
|
@ -66,7 +66,7 @@ int main(int argc, char *argv[]) {
|
|||
char* token = argv[i++];
|
||||
|
||||
if( stricmp(token, "-help") == 0 || stricmp(token, "--help") == 0 || stricmp(token, "-h") == 0 ) {
|
||||
//Msgbox::Alert("%s", params phelpmsg);
|
||||
//Msgbox::Alert( phelpmsg );
|
||||
return 0;
|
||||
}
|
||||
else if( stricmp(token, "-efile") == 0 ) {
|
||||
|
|
Loading…
Reference in New Issue