diff options
| author | Tomas Salfischberger <tomas@rockbox.org> | 2005-07-07 16:11:40 +0000 |
|---|---|---|
| committer | Tomas Salfischberger <tomas@rockbox.org> | 2005-07-07 16:11:40 +0000 |
| commit | 93fb4988d5dbd0e886f8616808deb583b6c20329 (patch) | |
| tree | a05647183abf960f7e5294688fb1c3592bdbaf3f /apps | |
| parent | df80798a301a1023f59c0a7a4f221dcf504ec3cc (diff) | |
| download | rockbox-93fb4988d5dbd0e886f8616808deb583b6c20329.zip rockbox-93fb4988d5dbd0e886f8616808deb583b6c20329.tar.gz rockbox-93fb4988d5dbd0e886f8616808deb583b6c20329.tar.bz2 rockbox-93fb4988d5dbd0e886f8616808deb583b6c20329.tar.xz | |
"Bugfix" by Langlois Florian (Chamois on IRC), we forgot to change this one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7055 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ long wps_show(void) about to shut down. lets save the settings. */ if (paused) { settings_save(); -#ifndef HAVE_RTC +#if !defined(HAVE_RTC) && !defined(HAVE_SW_POWEROFF) ata_flush(); #endif } |