Made FindArg static - patch by Kp

This commit is contained in:
zicodxx 2012-09-03 00:48:08 +02:00
parent bebc52031e
commit d2712f76c8
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,8 @@ D1X-Rebirth Changelog
20120903
--------
arch/sdl/jukebox.c, main/gauges.c: Avoid some unnecessary strlen's
arch/sdl/jukebox.c, main/gauges.c: Avoid some unnecessary strlen's - (slightly changed) patch by Kp
misc/args.c: Made FindArg static - patch by Kp
20120902
--------

View file

@ -42,7 +42,7 @@ struct Arg GameArg;
void ReadCmdArgs(void);
int FindArg(char * s)
static int FindArg(const char *const s)
{
int i;