summaryrefslogtreecommitdiff
blob: ff39f9aed239f3d69aca8cbdadadcf3f4521edf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Fix build error with newer gcc

http://bugs.gentoo.org/115087

--- SDL_gfxPrimitives.h
+++ SDL_gfxPrimitives.h
@@ -187,7 +187,7 @@
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif				/* _SDL_gfxPrimitives_h */
--- SDL_imageFilter.h
+++ SDL_imageFilter.h
@@ -186,7 +186,7 @@
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif				/* _SDL_imageFilter_h */