diff options
| author | Felix Arends <edx@rockbox.org> | 2002-08-08 09:14:38 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-08-08 09:14:38 +0000 |
| commit | aed65abdc58fdca0c7cbeb476f3e9196e518b3f9 (patch) | |
| tree | d2e50ee51b4724c53d72aabeac6e5f2023b7cb1c | |
| parent | 1e02e98d4ad21726c34173fea7141bb67d5ef315 (diff) | |
| download | rockbox-aed65abdc58fdca0c7cbeb476f3e9196e518b3f9.zip rockbox-aed65abdc58fdca0c7cbeb476f3e9196e518b3f9.tar.gz rockbox-aed65abdc58fdca0c7cbeb476f3e9196e518b3f9.tar.bz2 rockbox-aed65abdc58fdca0c7cbeb476f3e9196e518b3f9.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/button.c b/uisimulator/win32/button.c index a4ee5a8..97a57a4 100644 --- a/uisimulator/win32/button.c +++ b/uisimulator/win32/button.c @@ -52,7 +52,7 @@ int button_set_release(int newmask) static int real_button_get(void) { - int btn; + int btn = 0; if (bActive) { |