Remove pointless, wrong constant

C99 allows trailing commas.
This commit is contained in:
Přemysl Eric Janouch 2021-12-18 00:25:13 +01:00
parent 782a9a5977
commit 7e8e085c97
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 0 additions and 1 deletions

View File

@ -1321,7 +1321,6 @@ enum mpd_subsystem
#define XX(a, b, c) MPD_SUBSYSTEM_ ## a = (1 << b),
MPD_SUBSYSTEM_TABLE (XX)
#undef XX
MPD_SUBSYSTEM_MAX
};
static const char *mpd_subsystem_names[] =