freebsd-ports/games/concentration/files/patch-src-concentration.c
Dmitry Marakasov 02d63a907e - Trim Makefile
- Fix build with clang
2013-06-16 19:01:33 +00:00

11 lines
460 B
C

--- src/concentration.c.orig 2005-11-09 19:05:02.000000000 +0300
+++ src/concentration.c 2013-06-04 07:00:25.084319599 +0400
@@ -202,7 +202,7 @@
/*****************************************************
****************************************************/
-inline void drawText(char * str, SDL_Color color, int x, int y, TTF_Font * font)
+static inline void drawText(char * str, SDL_Color color, int x, int y, TTF_Font * font)
{
static SDL_Rect dest;