summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/atolfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/atolfp.c')
-rw-r--r--contrib/ntp/libntp/atolfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/atolfp.c b/contrib/ntp/libntp/atolfp.c
index 3a65f6b..9a2f691 100644
--- a/contrib/ntp/libntp/atolfp.c
+++ b/contrib/ntp/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;
OpenPOWER on IntegriCloud