fix cmake

This commit is contained in:
Rongsong Shen 2025-04-21 14:11:49 +08:00
parent 5d64af4841
commit 45a69c993f
3 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,7 @@
static void usage(char *app) {
fprintf(stderr, "usage: %s encode | %s decode\n",
app);
app, app);
}
int encode() {