summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-26 10:44:51 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-26 10:44:51 -0400
commit019b7ddb9f9599f7040b1477b47956626c88bb45 (patch)
tree9f7bcdc981769923c3b922b42c8bb23fc0197c27 /src/common
parent160d2c6aab6016b0e5774a3b909dd8c03bb2467a (diff)
downloadtor-019b7ddb9f9599f7040b1477b47956626c88bb45.tar.gz
tor-019b7ddb9f9599f7040b1477b47956626c88bb45.zip
fix identifier mistake :(
Diffstat (limited to 'src/common')
-rw-r--r--src/common/compat_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat_time.c b/src/common/compat_time.c
index bdbf2b5f04..0d2843989f 100644
--- a/src/common/compat_time.c
+++ b/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