diff options
Diffstat (limited to 'binding/afm-common.c')
-rw-r--r-- | binding/afm-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binding/afm-common.c b/binding/afm-common.c index 93e6f54..635fc7b 100644 --- a/binding/afm-common.c +++ b/binding/afm-common.c @@ -19,7 +19,7 @@ #include "afm-common.h" -const char *gstreamer_control_commands[] = { +const char *gstreamer_control_commands[NUM_CMDS] = { "play", "pause", "previous", @@ -34,7 +34,7 @@ const char *gstreamer_control_commands[] = { }; /* NULLs signal this functional isn't available */ -const char *avrcp_control_commands[] = { +const char *avrcp_control_commands[NUM_CMDS] = { "Play", "Pause", "Previous", |