Commit bedcf1cc authored by Max Kellermann's avatar Max Kellermann

Merge branch 'exp2' of git://github.com/neheb/MPD

parents 30e3ef4c 4c5fea96
......@@ -62,9 +62,9 @@ mikmod_mpd_is_present()
return true;
}
static char drv_name[] = PACKAGE_NAME;
static char drv_version[] = VERSION;
static char drv_alias[] = PACKAGE;
static constexpr char drv_name[] = PACKAGE_NAME;
static constexpr char drv_version[] = VERSION;
static constexpr char drv_alias[] = PACKAGE;
static MDRIVER drv_mpd = {
nullptr,
......
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