diff options
Diffstat (limited to '')
-rw-r--r-- | libskrift_inches_to_pixels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libskrift_inches_to_pixels.c b/libskrift_inches_to_pixels.c index 3901175..531a775 100644 --- a/libskrift_inches_to_pixels.c +++ b/libskrift_inches_to_pixels.c @@ -1,4 +1,4 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -extern inline double libskrift_points_to_pixels(double points, const struct libskrift_rendering *rendering); +extern inline double libskrift_inches_to_pixels(double inches, const struct libskrift_rendering *rendering); |