diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-03-17 03:45:55 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-03-17 03:45:55 +0000 |
commit | 7e7d8ebfefc047f92ead430a79b3444b95b919a5 (patch) | |
tree | 0d9dd42ca62997fc28046b7126d993e3bee4c489 /uisimulator/common | |
parent | 4ed387d60313ac79fa7ac8b403bf3195f7c0c549 (diff) |
Actually do the renaming of the stub.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20334 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
-rw-r--r-- | uisimulator/common/stubs.c | 2 |
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) #endif #if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) -bool lcd_enabled(void) +bool lcd_active(void) { return true; } |