[Git][NTPsec/ntpsec][master] Remove stray semicolon in NS_PER_MS macro
Matt Selsky
gitlab at mg.gitlab.com
Thu Jul 20 07:35:04 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
90d346f3 by Matt Selsky at 2017-07-20T03:24:06-04:00
Remove stray semicolon in NS_PER_MS macro
Fixes Gitlab issue #350
- - - - -
1 changed file:
- include/timespecops.h
Changes:
=====================================
include/timespecops.h
=====================================
--- a/include/timespecops.h
+++ b/include/timespecops.h
@@ -65,7 +65,7 @@
#define S_PER_NS 1.0e-9
/* nano seconds per millisecond */
-#define NS_PER_MS 1000000;
+#define NS_PER_MS 1000000
/* returns true if a time stored as a double is close to zero */
#define D_ISZERO_NS(t) (fabs(t) < S_PER_NS/10.0)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/90d346f3dd4e87d0efb9d9dfe87ed2774b676128
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/90d346f3dd4e87d0efb9d9dfe87ed2774b676128
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170720/f46d5dd3/attachment.html>
More information about the vc
mailing list