From 47ddbaa47b1ccb4d4391fb0be40352818b22b735 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Tue, 15 Dec 2009 20:51:41 +0000 Subject: Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and to target naming conventions in general git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24010 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/minesweeper.c') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 4f27af671e..cea31f19db 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -201,7 +201,7 @@ enum minesweeper_status { # define MINESWP_DISCOVER BUTTON_RC_PLAY # define MINESWP_INFO BUTTON_RC_MENU -#elif (CONFIG_KEYPAD == COWOND2_PAD) +#elif (CONFIG_KEYPAD == COWON_D2_PAD) # define MINESWP_QUIT BUTTON_POWER #elif CONFIG_KEYPAD == CREATIVEZVM_PAD -- cgit v1.2.3