summaryrefslogtreecommitdiff
path: root/xstdcmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'xstdcmap.c')
-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;
}