summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}