Browse Source

fix identifier mistake :(

Nick Mathewson 7 years ago
parent
commit
019b7ddb9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/compat_time.c

+ 1 - 1
src/common/compat_time.c

@@ -484,7 +484,7 @@ monotime_diff_nsec(const monotime_t *start,
 #ifdef _WIN32
   printf(I64_FORMAT" res\n", I64_PRINTF_ARG(result));
 #endif
-  return res;
+  return result;
 }
 
 int64_t