summaryrefslogtreecommitdiff
path: root/apps/plugins/keybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/keybox.c')
-rw-r--r--apps/plugins/keybox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c
index 733c6e95cd..d926105962 100644
--- a/apps/plugins/keybox.c
+++ b/apps/plugins/keybox.c
@@ -122,8 +122,8 @@ MENUITEM_STRINGLIST(context_m, "Context menu", context_item_cb,
122 "Delete entry", 122 "Delete entry",
123 "Playback Control"); 123 "Playback Control");
124 124
125static char * kb_list_cb(int selected_item, void *data, 125static const char* kb_list_cb(int selected_item, void *data,
126 char *buffer, size_t buffer_len) 126 char *buffer, size_t buffer_len)
127{ 127{
128 (void)data; 128 (void)data;
129 int i; 129 int i;