summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2024-03-15 11:50:09 +0800
committerPo Lu <luangruo@yahoo.com>2024-03-15 11:52:11 +0800
commitc453c82dc6af2178ce10ffddccd9f38543ea6e88 (patch)
tree6db3e917263ebdd99c4481244593b6829bc98678 /src
parent77a86d738eebc7a80b7d4a6357a5fa675df9de8c (diff)
downloademacs-c453c82dc6af2178ce10ffddccd9f38543ea6e88.tar.gz
* src/sfntfont-android.c (init_sfntfont_android): Fix SDK check.
Diffstat (limited to 'src')
-rw-r--r--src/sfntfont-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfntfont-android.c b/src/sfntfont-android.c
index 94aedd0cd66..1ed394b9458 100644
--- a/src/sfntfont-android.c
+++ b/src/sfntfont-android.c
@@ -770,7 +770,7 @@ init_sfntfont_android (void)
build_string ("Roboto")),
Fcons (build_string ("DejaVu Serif"),
build_string ("Noto Serif")));
- else if (api_level >= 15)
+ else if (api_level >= 14)
/* Android 4.0 and later distribute Roboto in lieu of Droid
Sans. */
Vsfnt_default_family_alist