elm_test: Fix compilation warnings

Grrr, same const char thing as in naviframe...
This commit is contained in:
Jean-Philippe Andre 2015-03-31 15:11:00 +09:00
parent edd9a63366
commit 2d5e323493
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
typedef struct Overlay_Data
{
const char file[PATH_MAX];
char file[PATH_MAX];
} Overlay_Data;
typedef struct Map_Source