From f97d37b7e039eea768e2661d0a9ebb9b0ea59076 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 3 Jan 2008 16:11:57 +0000 Subject: Spacing fixes and a version bump to 0.122u3. --- src/emu/mame.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/mame.c') diff --git a/src/emu/mame.c b/src/emu/mame.c index f83789e7a1d..95abf4b74b1 100644 --- a/src/emu/mame.c +++ b/src/emu/mame.c @@ -1158,13 +1158,13 @@ void CLIB_DECL popmessage(const char *format, ...) /* if the format is NULL, it is a signal to clear the popmessage */ if (format == NULL) ui_popup_time(0, " "); - + /* otherwise, generate the buffer and call the UI to display the message */ else { extern void CLIB_DECL ui_popup(const char *format, ...) ATTR_PRINTF(1,2); va_list arg; - + /* dump to the buffer */ va_start(arg, format); vsnprintf(giant_string_buffer, GIANT_STRING_BUFFER_SIZE, format, arg); -- cgit v1.2.3