summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.c b/dive.c
index 5eef5bab0..0552c31da 100644
--- a/dive.c
+++ b/dive.c
@@ -1084,7 +1084,7 @@ static char *merge_text(const char *a, const char *b)
#define SORT(a, b, field) \
if (a->field != b->field) \
- return a->field < b->field ? -1 : 1
+ return a->field < b->field ? -1 : 1
static int sort_event(struct event *a, struct event *b)
{