diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2019-05-27 19:10:55 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2019-05-27 19:10:55 -0700 |
commit | ff20595ff134655440d378889591389e2df04af6 (patch) | |
tree | dddb49e17f34535a6c3ef12d9f063eb843a4a02f /src | |
parent | f5d36db355e570d772443d8755e83bf36ed85672 (diff) | |
download | confconf-ff20595ff134655440d378889591389e2df04af6.tar.gz |
update submodule simple-opt
pull v1.4
Diffstat (limited to 'src')
-rw-r--r-- | src/opt.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,13 +50,13 @@ void opt_parse(int argc, char **argv) const char* opt_infile_str(void) { return (options[2].was_seen - ? options[2].val_string + ? options[2].val.v_string : NULL); } const char* opt_outfile_str(void) { return (options[3].was_seen - ? options[3].val_string + ? options[3].val.v_string : NULL); } |