diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 19:05:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 19:05:11 -0400 |
commit | 8f3712cf6e02bb7e7a8ad9570fda3f6904c7d181 (patch) | |
tree | 1ca49cc3a1e3b02e94895701087bf36febff82da /src/common | |
parent | d110f9c9a684e2ab030a65b1366dfb0f037a8279 (diff) | |
download | tor-8f3712cf6e02bb7e7a8ad9570fda3f6904c7d181.tar.gz tor-8f3712cf6e02bb7e7a8ad9570fda3f6904c7d181.zip |
eol@eof is still the law in 0.3.4 :(
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.c b/src/common/util.c index 26b76c31f6..dece5877f1 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -5375,3 +5375,4 @@ tor_ntohll(uint64_t a) { return tor_htonll(a); } + |