diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:19 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:19 +0000 |
commit | 312a489c911cf5d1f0beebe56e5183991092f43f (patch) | |
tree | d6cf8e0f915018abc857a61e4c6869017c39c10b | |
parent | 715762afbe9f4fc5ea908ee001d78b7711db3469 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
-rw-r--r-- | xstdcmap.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. * * * Author: Donna Converse, MIT X Consortium */ -/* $XFree86: xc/programs/xstdcmap/xstdcmap.c,v 1.8 2001/12/14 20:02:30 dawes Exp $ */ +/* $XFree86: xc/programs/xstdcmap/xstdcmap.c,v 1.9 2003/03/26 20:44:00 tsi Exp $ */ #include <stdio.h> #include <stdlib.h> @@ -348,6 +348,9 @@ main(int argc, char *argv[]) if (help) { usage(0); Exit(0); + + /* Muffle gcc */ + return 0; } if (all) { |