aboutsummaryrefslogtreecommitdiffstats
path: root/libskrift_millimeters_to_pixels.c
diff options
context:
space:
mode:
Diffstat (limited to 'libskrift_millimeters_to_pixels.c')
-rw-r--r--libskrift_millimeters_to_pixels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libskrift_millimeters_to_pixels.c b/libskrift_millimeters_to_pixels.c
index 531a775..0c40276 100644
--- a/libskrift_millimeters_to_pixels.c
+++ b/libskrift_millimeters_to_pixels.c
@@ -1,4 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
-extern inline double libskrift_inches_to_pixels(double inches, const struct libskrift_rendering *rendering);
+extern inline double libskrift_millimeters_to_pixels(double millimeters, const struct libskrift_rendering *rendering);