summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-05-24 19:05:02 +0000
committerEgbert Eich <eich@suse.de>2004-05-24 19:05:02 +0000
commit4120717d0b7037bb4eb940f5ec8244b6bab68c21 (patch)
tree361a7573b821e4f7f7d86e762e7d44f5c0fa54e9
parenta2f01661f30b115b8dcec91325951be3be71d191 (diff)
fix option name in log message. improve debugging messages.
-rw-r--r--xstdcmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xstdcmap.c b/xstdcmap.c
index 04467d1..160754d 100644
--- a/xstdcmap.c
+++ b/xstdcmap.c
@@ -370,4 +370,6 @@ main(int argc, char *argv[])
"Not all new colormap definitions will be retained.\n");
}
Exit((status == 0) ? 1 : 0);
+ /* Muffle compiler */
+ return 0;
}