opnsense-ports/games/concentration/files/patch-src-concentration.c
Franco Fichtner cf63a90312 */*: sync with upstream
Taken from: FreeBSD
2015-10-10 13:58:59 +02:00

11 lines
434 B
C

--- src/concentration.c.orig 2005-11-09 16:05:02 UTC
+++ src/concentration.c
@@ -202,7 +202,7 @@ char * helpText[] = {
/*****************************************************
****************************************************/
-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;