diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:12:31 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:12:31 +0000 |
| commit | 5cebdcd06b73ebf957d52b6a7a048937b146c9cd (patch) | |
| tree | add76f949383e761edb4ba41880a7c6cae73ba08 /bootloader | |
| parent | 05778b501d7dfa0d6e55d779a577db9581774e2d (diff) | |
| download | rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.zip rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.gz rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.bz2 rockbox-5cebdcd06b73ebf957d52b6a7a048937b146c9cd.tar.xz | |
More tabs removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/ondavx747.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c index 20f47d5..994f45d 100644 --- a/bootloader/ondavx747.c +++ b/bootloader/ondavx747.c @@ -243,12 +243,12 @@ redraw: goto redraw; } else if(button & BUTTON_POWER) - { - if(poweroff_repeat++ > 8) - power_off(); - } - else - poweroff_repeat = 0; + { + if(poweroff_repeat++ > 8) + power_off(); + } + else + poweroff_repeat = 0; } } |