summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts.h')
-rw-r--r--apps/plugins/shortcuts/shortcuts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/shortcuts/shortcuts.h b/apps/plugins/shortcuts/shortcuts.h
index bfe3540c4d..3d6c421c5a 100644
--- a/apps/plugins/shortcuts/shortcuts.h
+++ b/apps/plugins/shortcuts/shortcuts.h
@@ -51,7 +51,7 @@ typedef struct sc_file_s
51 51
52 52
53extern void *memory_buf; 53extern void *memory_buf;
54extern long memory_bufsize; 54extern size_t memory_bufsize;
55 55
56 56
57extern sc_file_t sc_file; 57extern sc_file_t sc_file;