diff options
Diffstat (limited to 'src/android.c')
| -rw-r--r-- | src/android.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android.c b/src/android.c index c25ecd88a5a..72ef9e689ef 100644 --- a/src/android.c +++ b/src/android.c | |||
| @@ -153,7 +153,7 @@ char *android_cache_dir; | |||
| 153 | 153 | ||
| 154 | /* The list of archive files within which the Java virtual macine | 154 | /* The list of archive files within which the Java virtual macine |
| 155 | looks for class files. */ | 155 | looks for class files. */ |
| 156 | char *android_class_path; | 156 | static char *android_class_path; |
| 157 | 157 | ||
| 158 | /* The display's pixel densities. */ | 158 | /* The display's pixel densities. */ |
| 159 | double android_pixel_density_x, android_pixel_density_y; | 159 | double android_pixel_density_x, android_pixel_density_y; |