summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-07-10 12:22:30 +0000
committerAlexander Levin <al.le@rockbox.org>2009-07-10 12:22:30 +0000
commit37c7a67b474bb8a348c0ed909932d2329e96242c (patch)
tree25722de8059e0cd545bb986a6bda2ee0096447b8
parent989ed2be017f8f613251a26066ae41ab1a10eae4 (diff)
downloadrockbox-37c7a67b474bb8a348c0ed909932d2329e96242c.tar.gz
rockbox-37c7a67b474bb8a348c0ed909932d2329e96242c.zip
Fix a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21741 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/gui/gwps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 827af655df..62fd04c794 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -258,7 +258,7 @@ static void gwps_fix_statusbars(void)
258#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) 258#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
259/* 259/*
260 * If the user is unable to see the wps, because the display is deactivated, 260 * If the user is unable to see the wps, because the display is deactivated,
261 * we surpress updates until the wps is actived again (the lcd driver will 261 * we surpress updates until the wps is activated again (the lcd driver will
262 * call this hook to issue an instant update) 262 * call this hook to issue an instant update)
263 * */ 263 * */
264static void wps_lcd_activation_hook(void) 264static void wps_lcd_activation_hook(void)