diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-12 15:09:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-12 15:09:09 -0400 |
commit | 74bf885b2d280c3006018cf9256c2ca3781bfcf9 (patch) | |
tree | 04e1985afd0b3cd68d0a716576235d58d2438b14 /src/common/compat_libevent.h | |
parent | 1e709c79d12b2366d4e1c1ea517e313cc29ee3cd (diff) | |
download | tor-74bf885b2d280c3006018cf9256c2ca3781bfcf9.tar.gz tor-74bf885b2d280c3006018cf9256c2ca3781bfcf9.zip |
Whitespace and osx fixes on libevent2 patch.
Diffstat (limited to 'src/common/compat_libevent.h')
-rw-r--r-- | src/common/compat_libevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat_libevent.h b/src/common/compat_libevent.h index b70f8d3083..d2e76ce4e2 100644 --- a/src/common/compat_libevent.h +++ b/src/common/compat_libevent.h @@ -51,3 +51,4 @@ void tor_check_libevent_header_compatibility(void); const char *tor_libevent_get_version_str(void); #endif + |