aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-03 12:00:59 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-03 12:00:59 -0500
commitc5382255bd1f16b718885d4680d28a85d297f117 (patch)
tree87cd3bdb912a8958f537af8d3b81fe84aec09c78 /src/or/rephist.c
parenta1ceee193bf2017bd7d2115cfa1d718409c11929 (diff)
parent40ef9087cf7960ce00cd82aa49309f47c9eb064c (diff)
downloadtor-c5382255bd1f16b718885d4680d28a85d297f117.tar.gz
tor-c5382255bd1f16b718885d4680d28a85d297f117.zip
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index a1f3147175..236cbabf30 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -1983,7 +1983,8 @@ rep_hist_exit_stats_term(void)
/** Helper for qsort: compare two ints. */
static int
-_compare_int(const void *x, const void *y) {
+_compare_int(const void *x, const void *y)
+{
return (*(int*)x - *(int*)y);
}