Remove pointless, wrong constant
C99 allows trailing commas.
This commit is contained in:
parent
782a9a5977
commit
7e8e085c97
|
@ -1321,7 +1321,6 @@ enum mpd_subsystem
|
||||||
#define XX(a, b, c) MPD_SUBSYSTEM_ ## a = (1 << b),
|
#define XX(a, b, c) MPD_SUBSYSTEM_ ## a = (1 << b),
|
||||||
MPD_SUBSYSTEM_TABLE (XX)
|
MPD_SUBSYSTEM_TABLE (XX)
|
||||||
#undef XX
|
#undef XX
|
||||||
MPD_SUBSYSTEM_MAX
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *mpd_subsystem_names[] =
|
static const char *mpd_subsystem_names[] =
|
||||||
|
|
Loading…
Reference in New Issue