diff options
Diffstat (limited to 'lib/strnumcmp.c')
-rw-r--r-- | lib/strnumcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strnumcmp.c b/lib/strnumcmp.c index 2a2f2f729..aae09e156 100644 --- a/lib/strnumcmp.c +++ b/lib/strnumcmp.c @@ -25,7 +25,7 @@ int strnumcmp (char const *a, char const *b, - int decimal_point, int thousands_sep) + int decimal_point, int thousands_sep) { return numcompare (a, b, decimal_point, thousands_sep); } |