summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_string.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nxt_string.c b/src/nxt_string.c
index 28b9f887..8ac873b1 100644
--- a/src/nxt_string.c
+++ b/src/nxt_string.c
@@ -405,10 +405,9 @@ nxt_strverscmp(const u_char *s1, const u_char *s2)
/* Fall through. */
case st_frac:
+ default:
return diff;
}
-
- nxt_unreachable();
}