diff options
author | Keith Packard <keithp@keithp.com> | 2012-03-26 16:41:52 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-03-26 16:41:52 -0700 |
commit | 7f3997b01a8813c1d7055317eb06111aed8572c9 (patch) | |
tree | cb8d65f4be365affdefc7acc83ecf47773e3d5ff /hw/xfree86 | |
parent | 92d50c38b2bfeb82e7374a1966a53235e3f8275e (diff) | |
parent | 31646d8fa9524adca1d7bc2cd2db90d47c2eb96e (diff) |
Merge remote-tracking branch 'jeremyhu/master'
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 0974893d3..2a7d0a37e 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -1053,7 +1053,7 @@ AbortDDX(enum ExitCode error) } void -OsVendorFatalError(void) +OsVendorFatalError(const char *f, va_list args) { #ifdef VENDORSUPPORT ErrorF("\nPlease refer to your Operating System Vendor support pages\n" |