Skip to content

Commit

Permalink
fix return type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Oct 19, 2023
1 parent 642fdd7 commit b0d703c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_argv.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int M_CheckParmWithArgs(const char *check, int num_args);
// line arguments, false if not.
boolean M_ParmExists(const char *check);

boolean M_CheckCommandLine(void);
void M_CheckCommandLine(void);
void M_PrintHelpString(void);

int M_ParmArgToInt(int p);
Expand Down

0 comments on commit b0d703c

Please sign in to comment.