mirror of https://github.com/encounter/SDL.git
Removed second return statement.
This commit is contained in:
parent
01acbd389b
commit
5aa702fe74
|
@ -675,7 +675,6 @@ main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
#if !defined(__ANDROID__)
|
#if !defined(__ANDROID__)
|
||||||
quit(0);
|
quit(0);
|
||||||
return 0;
|
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue