summaryrefslogtreecommitdiff
path: root/src/time_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time_ops.h')
-rw-r--r--src/time_ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time_ops.h b/src/time_ops.h
index 057cd48..80c71b5 100644
--- a/src/time_ops.h
+++ b/src/time_ops.h
@@ -89,7 +89,7 @@
#ifndef timersub
#define timersub(a, b, result) timersub2(a, b, result, u)
#endif
-#ifndef timersub
+#ifndef timermul
#define timermul(a, c, result) timermul2(a, c, result, u)
#endif