summaryrefslogtreecommitdiffstats
path: root/options.i
diff options
context:
space:
mode:
Diffstat (limited to 'options.i')
-rw-r--r--options.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.i b/options.i
index 1ba4cf5..761478b 100644
--- a/options.i
+++ b/options.i
@@ -153,6 +153,7 @@ OPTION('b',--background,(color) select background color,
} while( clen == 0 || strcasecmp(colorbuf+clen,optarg) != 0 );
} else {
fprintf(stderr,_("Could not open color database file %s\n"),filename);
+ r = (unsigned)-1 ;
}
}
if( r == (unsigned)-1 )