aboutsummaryrefslogtreecommitdiff
path: root/libntp/atolfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libntp/atolfp.c')
-rw-r--r--libntp/atolfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libntp/atolfp.c b/libntp/atolfp.c
index 3a65f6bcb2f7..9a2f6917873a 100644
--- a/libntp/atolfp.c
+++ b/libntp/atolfp.c
@@ -40,7 +40,7 @@ atolfp(
int isneg;
static const char *digits = "0123456789";
- NTP_REQUIRE(str != NULL);
+ REQUIRE(str != NULL);
isneg = 0;
dec_i = dec_f = 0;