summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:23 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-09-15 16:34:23 +0000
commit0ed0452812484fcc799071fecf0e6a64957d391f (patch)
tree361a7573b821e4f7f7d86e762e7d44f5c0fa54e9
parentf85d44860b59f94d80328638c36dcd4310566662 (diff)
-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;
}