playlist/soundcloud: make key_str "static const"

This commit is contained in:
Max Kellermann 2015-11-06 09:52:35 +01:00
parent e7ef7f5159
commit 0d1a54262c

View File

@ -94,7 +94,7 @@ enum key {
Other,
};
const char* key_str[] = {
static const char *const key_str[] = {
"duration",
"title",
"stream_url",