[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Bug 26000: Fix missing ";"



commit da8996d611438a1e0f9ad001f95bb78398b0ad86
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date:   Wed May 2 06:20:26 2018 +0000

    Bug 26000: Fix missing ";"
---
 src/common/compat_time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/compat_time.c b/src/common/compat_time.c
index b3723f533..40847a844 100644
--- a/src/common/compat_time.c
+++ b/src/common/compat_time.c
@@ -630,7 +630,7 @@ int32_t
 monotime_coarse_diff_msec32_(const monotime_coarse_t *start,
                              const monotime_coarse_t *end)
 {
-  return (int32_t)monotime_coarse_diff_msec(start, end)
+  return (int32_t)monotime_coarse_diff_msec(start, end);
 }
 
 int64_t

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits