summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-03-05 07:36:47 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-03-05 07:36:47 +0000
commite49f7fae6e51508ecf24a7db9b085a9622ccc71d (patch)
tree5124faa0a91e401d47bc21e44c2ae8d4c3e1a942 /src
parente8c09b35f6217060b4bd3f5f437585270b2faa3f (diff)
From: belegdol@gmail.com [mailto:belegdol@gmail.com]
Sent: Thursday, February 26, 2009 8:58 AM To: mamedev@mamedev.org Subject: Patch fixing compilation with gcc-4.4 Hi, the following patch is needed in order to make mame compile with gcc-4.4. It was tested with sdlmame 0.129u4 on Fedora rawhide. Cheers!
Diffstat (limited to 'src')
-rw-r--r--src/mame/video/model2rd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/model2rd.c b/src/mame/video/model2rd.c
index b3fe880bda6..dc425ce129c 100644
--- a/src/mame/video/model2rd.c
+++ b/src/mame/video/model2rd.c
@@ -48,7 +48,7 @@
#define MODEL2_CHECKER
#define MODEL2_TEXTURED
#define MODEL2_TRANSLUCENT
-#elif
+#else
#error "Model 2 renderer: Invalif function selected!"
#endif