mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix a function formatting warning in rephist.c
This commit is contained in:
parent
66039d9843
commit
40ef9087cf
@ -1996,7 +1996,8 @@ rep_hist_exit_stats_term(void)
|
|||||||
|
|
||||||
/** Helper for qsort: compare two ints. */
|
/** Helper for qsort: compare two ints. */
|
||||||
static int
|
static int
|
||||||
_compare_int(const void *x, const void *y) {
|
_compare_int(const void *x, const void *y)
|
||||||
|
{
|
||||||
return (*(int*)x - *(int*)y);
|
return (*(int*)x - *(int*)y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user