diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-08-12 03:16:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-08-12 03:16:15 +0000 |
commit | b927c56144b75a0ebf9427448dfe54c7b851e01a (patch) | |
tree | efbc67a909068b0e45e6dc3c07325b1b332a2284 /src | |
parent | c336c99e609b2918ca664bc1fdbfb916a6811508 (diff) | |
download | tor-b927c56144b75a0ebf9427448dfe54c7b851e01a.tar tor-b927c56144b75a0ebf9427448dfe54c7b851e01a.tar.gz |
unbork windows line endings
svn:r381
Diffstat (limited to 'src')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index 68d002372..eb175c961 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -14,7 +14,7 @@ #include <time.h> #endif #ifndef HAVE_GETTIMEOFDAY -#ifdef HAVE_FTIME +#ifdef HAVE_FTIME #include <sys/timeb.h> #define timeval timeb #define tv_sec time |