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:
Jake.Stine 2009-01-27 22:08:42 +00:00 committed by Gregory Hainaut
parent 1f3bdd4a08
commit 01ecf48a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {