From b860b70ada85f6731743b655c7702f81a2983248 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Tue, 17 Oct 2017 03:11:55 -0400 Subject: [PATCH] Fix missing rk_ prefix --- lib/roken/parse_units.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/parse_units.c b/lib/roken/parse_units.c index 818d792c0..d7233e960 100644 --- a/lib/roken/parse_units.c +++ b/lib/roken/parse_units.c @@ -356,7 +356,7 @@ unparse_units_approx(int num, const struct units *units, char *s, size_t len) ROKEN_LIB_FUNCTION void ROKEN_LIB_CALL print_units_table(const struct units *units, FILE *f) { - print_units_table(units, f); + rk_print_units_table(units, f); } ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL