aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uri.c b/src/uri.c
index 0f0b3ca6..6ec6f1c7 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -278,7 +278,8 @@ remove_dot_segments(const uint8_t* path, size_t len, size_t* up)
}
break;
case '\0':
- ++begin; // Chop input "." (and fall-through)
+ ++begin; // Chop input "."
+ // fallthru
default:
return begin;
}