Skip to content

Commit f8e5bc9

Browse files
committed
fix missing extern for gcc 10.x
Signed-off-by: Michel-FK <[email protected]>
1 parent 6040b6a commit f8e5bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funkey_prod_screens.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extern TTF_Font *font_title;
5959
extern TTF_Font *font_info;
6060
extern SDL_Color bg_color;
6161
extern SDL_Color text_color;
62-
char *prog_title;
62+
extern char *prog_title;
6363

6464

6565
#endif //__FUNKEY_PROD_SCREENS__

0 commit comments

Comments
 (0)