From a0f311355cef06c593ed4f0c93a93f256c7eeff0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 12 Dec 2006 07:55:17 +0000 Subject: Action code: Made all private functions & variables static. Better module separation, and it saves a bit of binary size. * Added a few missing 'const's. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11730 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-newtarget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/keymaps/keymap-newtarget.c') diff --git a/apps/keymaps/keymap-newtarget.c b/apps/keymaps/keymap-newtarget.c index ab1e157..69da4ef 100644 --- a/apps/keymaps/keymap-newtarget.c +++ b/apps/keymaps/keymap-newtarget.c @@ -42,12 +42,12 @@ * if there's no need to check the previous button's value, use BUTTON_NONE * Insert LAST_ITEM_IN_LIST at the end of each mapping */ -const struct button_mapping button_context_standard[] = { +static const struct button_mapping button_context_standard[] = { LAST_ITEM_IN_LIST }; /* button_context_standard */ -const struct button_mapping button_context_wps[] = { +static const struct button_mapping button_context_wps[] = { LAST_ITEM_IN_LIST }; /* button_context_wps */ -- cgit v1.1