Replaced option -W with -q, seems more natural

This commit is contained in:
Bert
2011-01-30 22:23:36 +01:00
parent 3d8efb21d5
commit f0e9ec733a
5 changed files with 15 additions and 16 deletions

2
sxiv.h
View File

@ -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"); \