Yes, I'm very funny
This commit is contained in:
parent
294fc28e29
commit
3ea5918fee
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* autistdraw.c: terminal drawing for NEET autists
|
* autistdraw.c: terminal drawing for NEET autists^Wartists
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com>
|
* Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
@ -615,7 +615,7 @@ parse_program_arguments (app_context_t *app, int argc, char **argv)
|
||||||
|
|
||||||
struct opt_handler oh;
|
struct opt_handler oh;
|
||||||
opt_handler_init (&oh, argc, argv, opts,
|
opt_handler_init (&oh, argc, argv, opts,
|
||||||
NULL, "Terminal drawing for NEET autists.");
|
NULL, "Terminal drawing for NEET autists^Wartists");
|
||||||
|
|
||||||
int c;
|
int c;
|
||||||
while ((c = opt_handler_get (&oh)) != -1)
|
while ((c = opt_handler_get (&oh)) != -1)
|
||||||
|
|
Loading…
Reference in New Issue