Commit 90ff214a authored by David Fuhrmann's avatar David Fuhrmann

fsstorage: fix duplicate const specifier warning

parent 0f44a068
......@@ -51,7 +51,7 @@
static struct
{
addon_type_t t;
const char const * psz_dir;
const char * const psz_dir;
} const addons_dirs[] = {
{ ADDON_EXTENSION, ADDONS_SCRIPTS_DIR DIR_SEP "extensions" },
{ ADDON_PLAYLIST_PARSER, ADDONS_SCRIPTS_DIR DIR_SEP "playlist" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment