diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:34:23 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-09-15 16:34:23 +0000 |
commit | 0ed0452812484fcc799071fecf0e6a64957d391f (patch) | |
tree | 361a7573b821e4f7f7d86e762e7d44f5c0fa54e9 | |
parent | f85d44860b59f94d80328638c36dcd4310566662 (diff) |
Pull XORG-6_8_0 to CYGWIN branchCYGWIN-6_8_2-MERGECYGWIN-6_8_1-MERGECYGWIN-6_8_0-MERGECYGWIN
-rw-r--r-- | xstdcmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |