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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c
index 5575a8b3a5..f50e6be19c 100644
--- a/apps/plugins/keybox.c
+++ b/apps/plugins/keybox.c
@@ -63,7 +63,6 @@ union hash
63 uint32_t words[4]; 63 uint32_t words[4];
64}; 64};
65 65
66MEM_FUNCTION_WRAPPERS;
67static char buffer[sizeof(struct pw_entry)*MAX_ENTRIES]; 66static char buffer[sizeof(struct pw_entry)*MAX_ENTRIES];
68static int bytes_read = 0; /* bytes read into the buffer */ 67static int bytes_read = 0; /* bytes read into the buffer */
69static struct gui_synclist kb_list; 68static struct gui_synclist kb_list;