aboutsummaryrefslogtreecommitdiff
path: root/src/port/qsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/qsort.c')
-rw-r--r--src/port/qsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/qsort.c b/src/port/qsort.c
index 409f69a128b..fa992e2081d 100644
--- a/src/port/qsort.c
+++ b/src/port/qsort.c
@@ -80,7 +80,7 @@ do { \
} while (0)
#define SWAPINIT(a, es) swaptype = ((char *)(a) - (char *)0) % sizeof(long) || \
- (es) % sizeof(long) ? 2 : (es) == sizeof(long)? 0 : 1;
+ (es) % sizeof(long) ? 2 : (es) == sizeof(long)? 0 : 1
static void
swapfunc(char *a, char *b, size_t n, int swaptype)