Misc: Fix linkage on _parseGraphicsArg

This commit is contained in:
Jeffrey Pfau 2015-08-17 21:27:39 -07:00
parent 4d79fd7324
commit 3271c1a0fd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ static const struct option _options[] = {
{ 0, 0, 0, 0 }
};
bool _parseGraphicsArg(struct SubParser* parser, struct GBAConfig* config, int option, const char* arg);
static bool _parseGraphicsArg(struct SubParser* parser, struct GBAConfig* config, int option, const char* arg);
bool parseArguments(struct GBAArguments* opts, struct GBAConfig* config, int argc, char* const* argv, struct SubParser* subparser) {
int ch;