summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Salfischberger <tomas@rockbox.org>2005-07-07 16:11:40 +0000
committerTomas Salfischberger <tomas@rockbox.org>2005-07-07 16:11:40 +0000
commit93fb4988d5dbd0e886f8616808deb583b6c20329 (patch)
treea05647183abf960f7e5294688fb1c3592bdbaf3f
parentdf80798a301a1023f59c0a7a4f221dcf504ec3cc (diff)
downloadrockbox-93fb4988d5dbd0e886f8616808deb583b6c20329.tar.gz
rockbox-93fb4988d5dbd0e886f8616808deb583b6c20329.zip
"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
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 922deb2647..6302626004 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -376,7 +376,7 @@ long wps_show(void)
376 about to shut down. lets save the settings. */ 376 about to shut down. lets save the settings. */
377 if (paused) { 377 if (paused) {
378 settings_save(); 378 settings_save();
379#ifndef HAVE_RTC 379#if !defined(HAVE_RTC) && !defined(HAVE_SW_POWEROFF)
380 ata_flush(); 380 ata_flush();
381#endif 381#endif
382 } 382 }