diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:40 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:40 +0000 |
commit | 44999e526a31721b0ed75ad6047948da837be4e0 (patch) | |
tree | afa2e6b416645bc84cbc07f017b26dafc69c14fa /src/stubs/fatalerror.c | |
parent | 94817d4f3277d927bf96431c24033d8cd67d9a30 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'src/stubs/fatalerror.c')
-rw-r--r-- | src/stubs/fatalerror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stubs/fatalerror.c b/src/stubs/fatalerror.c index 62f571c..dbbfdd4 100644 --- a/src/stubs/fatalerror.c +++ b/src/stubs/fatalerror.c @@ -1,9 +1,9 @@ -/* $XFree86: xc/lib/font/stubs/fatalerror.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */ +/* $XFree86: xc/lib/font/stubs/fatalerror.c,v 1.2 2003/09/13 21:33:02 dawes Exp $ */ #include "stubs.h" void -FatalError(char *f) +FatalError(const char *f, ...) { } |