summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-08-08 09:14:38 +0000
committerFelix Arends <edx@rockbox.org>2002-08-08 09:14:38 +0000
commitaed65abdc58fdca0c7cbeb476f3e9196e518b3f9 (patch)
treed2e50ee51b4724c53d72aabeac6e5f2023b7cb1c
parent1e02e98d4ad21726c34173fea7141bb67d5ef315 (diff)
downloadrockbox-aed65abdc58fdca0c7cbeb476f3e9196e518b3f9.tar.gz
rockbox-aed65abdc58fdca0c7cbeb476f3e9196e518b3f9.zip
buttons can be pressed again now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1607 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/win32/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/button.c b/uisimulator/win32/button.c
index a4ee5a80f8..97a57a496a 100644
--- a/uisimulator/win32/button.c
+++ b/uisimulator/win32/button.c
@@ -52,7 +52,7 @@ int button_set_release(int newmask)
52 52
53static int real_button_get(void) 53static int real_button_get(void)
54{ 54{
55 int btn; 55 int btn = 0;
56 56
57 if (bActive) 57 if (bActive)
58 { 58 {