diff options
author | Bert <ber.t@gmx.com> | 2011-01-30 22:23:36 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-30 22:23:36 +0100 |
commit | f0e9ec733ad73147be1db2a11486d1ac803c044f (patch) | |
tree | 4b0d761fae42cd1e5cb3e4d8e327fd8b5148f48c /sxiv.h | |
parent | 3d8efb21d51b5e9582fdff1a7c138f85f508e927 (diff) |
Replaced option -W with -q, seems more natural
Diffstat (limited to 'sxiv.h')
-rw-r--r-- | sxiv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ #define WARN(...) \ do { \ - if (options->warn) { \ + if (!options->quiet) { \ fprintf(stderr, "sxiv: %s:%d: warning: ", __FILE__, __LINE__); \ fprintf(stderr, __VA_ARGS__); \ fprintf(stderr, "\n"); \ |