diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-07-22 21:08:09 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-07-22 21:57:39 +0200 |
commit | 1de8b89807222b5673505fea2bec1af4c0af8c7d (patch) | |
tree | f0b7a5e08013114a5b3f927d93caa8f674775fa9 /src/cli/main.c | |
parent | e4cff606fccdb7b8ac1c9bf5204a6b52e296bfe9 (diff) | |
download | OFQT-1de8b89807222b5673505fea2bec1af4c0af8c7d.tar.gz OFQT-1de8b89807222b5673505fea2bec1af4c0af8c7d.zip |
Correct function prototypes,add more Cflags for sanity,add sanity assets
Diffstat (limited to 'src/cli/main.c')
-rw-r--r-- | src/cli/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/main.c b/src/cli/main.c index 7971c7d..c27f6fc 100644 --- a/src/cli/main.c +++ b/src/cli/main.c @@ -5,7 +5,7 @@ #include "net.h" #include "commands.h" -static void help() +static void help(void) { fprintf(stderr, "OFCL <command>\n"); \ |