aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.c b/src/uri.c
index 6aa7ec62..b6f912ea 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -262,7 +262,7 @@ remove_dot_segments(const uint8_t* path, size_t len, size_t* up)
default:
return begin;
}
- } // else fall through
+ } // else fall through
default:
return begin; // Finished chopping dot components
}