diff options
Diffstat (limited to 'nsxiv.h')
-rw-r--r-- | nsxiv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ struct opt { char **filenames; bool from_stdin; bool to_stdout; - char stdout_separator; + bool using_null; bool recursive; int filecnt; int startnum; |