CXX_BUILD warning fixes

This commit is contained in:
twinaphex 2016-03-22 02:59:13 +01:00
parent 4c14267f5b
commit 6f37163675

View File

@ -227,7 +227,7 @@ typedef struct xmb_handle
gfx_font_raster_block_t raster_block;
} xmb_handle_t;
static char* xmb_theme_ident(void)
static const char *xmb_theme_ident(void)
{
settings_t *settings = config_get_ptr();
switch (settings->menu.xmb_theme)