diff options
Diffstat (limited to 'src/port/qsort.c')
-rw-r--r-- | src/port/qsort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/qsort.c b/src/port/qsort.c index 1a8ee08c8be..409f69a128b 100644 --- a/src/port/qsort.c +++ b/src/port/qsort.c @@ -48,7 +48,7 @@ static char *med3(char *a, char *b, char *c, - int (*cmp) (const void *, const void *)); + int (*cmp) (const void *, const void *)); static void swapfunc(char *, char *, size_t, int); /* |