diff options
Diffstat (limited to 'android/qemulator.c')
-rw-r--r-- | android/qemulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/qemulator.c b/android/qemulator.c index ee9ccbb..b15d751 100644 --- a/android/qemulator.c +++ b/android/qemulator.c @@ -258,7 +258,7 @@ qemulator_set_title(QEmulator* emulator) * Helper routines */ -int +static int get_device_dpi( AndroidOptions* opts ) { int dpi_device = corecmd_get_hw_lcd_density(); |