summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-17 03:45:55 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-17 03:45:55 +0000
commit7e7d8ebfefc047f92ead430a79b3444b95b919a5 (patch)
tree0d9dd42ca62997fc28046b7126d993e3bee4c489
parent4ed387d60313ac79fa7ac8b403bf3195f7c0c549 (diff)
downloadrockbox-7e7d8ebfefc047f92ead430a79b3444b95b919a5.tar.gz
rockbox-7e7d8ebfefc047f92ead430a79b3444b95b919a5.zip
Actually do the renaming of the stub.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20334 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/common/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 6fd3061133..5d3c54a8d0 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -203,7 +203,7 @@ bool headphones_inserted(void)
203#endif 203#endif
204 204
205#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) 205#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
206bool lcd_enabled(void) 206bool lcd_active(void)
207{ 207{
208 return true; 208 return true;
209} 209}