Commit 0d1a5426 authored by Max Kellermann's avatar Max Kellermann

playlist/soundcloud: make key_str "static const"

parent e7ef7f51
......@@ -94,7 +94,7 @@ enum key {
Other,
};
const char* key_str[] = {
static const char *const key_str[] = {
"duration",
"title",
"stream_url",
......
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