summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-30 22:23:36 +0100
committerBert <ber.t@gmx.com>2011-01-30 22:23:36 +0100
commitf0e9ec733ad73147be1db2a11486d1ac803c044f (patch)
tree4b0d761fae42cd1e5cb3e4d8e327fd8b5148f48c /sxiv.h
parent3d8efb21d51b5e9582fdff1a7c138f85f508e927 (diff)
downloadnsxiv-f0e9ec733ad73147be1db2a11486d1ac803c044f.tar.zst
Replaced option -W with -q, seems more natural
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sxiv.h b/sxiv.h
index 15db96e..b859a38 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -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"); \