diff options
author | xengineering <me@xengineering.eu> | 2022-09-09 20:53:48 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-09-09 20:54:22 +0200 |
commit | b01b851c468a5e6335b8acb06f22dc217e33d0a9 (patch) | |
tree | 171367944b0c2606ecebbceadab7bed1e77d97bf /main.c | |
parent | 82231ee09c905ff8de8e3fba4c5b69e5f5aad08c (diff) | |
download | limox-b01b851c468a5e6335b8acb06f22dc217e33d0a9.tar limox-b01b851c468a5e6335b8acb06f22dc217e33d0a9.tar.zst limox-b01b851c468a5e6335b8acb06f22dc217e33d0a9.zip |
Free message content in message_handler
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ int main(int argc, char* argv[]) { } -// getOpts parses all command line arguments. +// parses all command line arguments. static void get_opts(Options* opts, int argc, char* argv[]) { // initialize Options struct @@ -67,7 +67,7 @@ static void get_opts(Options* opts, int argc, char* argv[]) { } -// printHelp prints out the help page. +// prints out the help page. static void print_help(void) { fprintf(stderr, |