summaryrefslogtreecommitdiff
path: root/wsutil/nstime.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/nstime.c')
-rw-r--r--wsutil/nstime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsutil/nstime.c b/wsutil/nstime.c
index bb4ba5e6f6..439f31a783 100644
--- a/wsutil/nstime.c
+++ b/wsutil/nstime.c
@@ -155,9 +155,9 @@ int nstime_cmp (const nstime_t *a, const nstime_t *b )
return -1; /* and is less than all time stamps */
}
} else {
- if (G_UNLIKELY(nstime_is_unset(b))) {
- return 1;
- }
+ if (G_UNLIKELY(nstime_is_unset(b))) {
+ return 1;
+ }
}
if (a->secs == b->secs) {
return a->nsecs - b->nsecs;