Forráskód Böngészése

Bug 26000: Fix missing ";"

Georg Koppen 6 éve
szülő
commit
da8996d611
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/common/compat_time.c

+ 1 - 1
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