fix cmake
This commit is contained in:
parent
5d64af4841
commit
45a69c993f
3 changed files with 6 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
static void usage(char *app) {
|
||||
fprintf(stderr, "usage: %s encode | %s decode\n",
|
||||
app);
|
||||
app, app);
|
||||
}
|
||||
|
||||
int encode() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue