Forget it, it's unnecessary.
This commit is contained in:
parent
bdea1979e8
commit
8ee18c8c4b
@ -259,8 +259,8 @@ releaseMemory:
|
|||||||
return exitCode;
|
return exitCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void printUsage(char *progName) {
|
void printUsage(char *progName) {
|
||||||
printf("%s [[-f <file> [-e <file> | -q]] [-b <base>] | [-h] | [-v]]\n", progName);
|
printf("%s [[-f <file> [-e <file> | -q]] [-b <base>] | [-h] | [-v]]\n", progName);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void leave() { run = false; }
|
void leave() { run = false; }
|
||||||
|
Loading…
Reference in New Issue
Block a user