aboutsummaryrefslogtreecommitdiffstats
path: root/games/concentration/files/patch-src-concentration.c
blob: 896799b2a02199581473bcfc68fe736163ade43d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;