summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-05 21:54:04 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-05 21:54:04 -0400
commit1065a5ef2987e910d10cfcc74eab35dcb4bbf74e (patch)
treeb4e245ae7d4906c8dc3433c6d4003f777e6e4326 /src/common/compat.c
parentad35b8f40d8701294b3b97faec3134ac1b8bb302 (diff)
parent330116f0343e3b7b6632d3bd1b5c9f6bca87872d (diff)
downloadtor-1065a5ef2987e910d10cfcc74eab35dcb4bbf74e.tar.gz
tor-1065a5ef2987e910d10cfcc74eab35dcb4bbf74e.zip
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 7b2b2fbadb..7a77f94dcf 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -2163,7 +2163,6 @@ correct_tm(int islocal, const time_t *timep, struct tm *resultbuf,
return r;
}
-
/** @{ */
/** As localtime_r, but defined for platforms that don't have it:
*