mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-11 12:10:24 +01:00
Fix cairo_get_locale_decimal_point() on Android
This commit is contained in:
parent
1ed318ce13
commit
11b6c49c10
1 changed files with 1 additions and 1 deletions
|
|
@ -774,7 +774,7 @@ cairo_get_locale_decimal_point (void)
|
|||
const char *
|
||||
cairo_get_locale_decimal_point (void)
|
||||
{
|
||||
return '.';
|
||||
return ".";
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue