aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-14 21:55:39 +0000
committerDavid Robillard <d@drobilla.net>2012-01-14 21:55:39 +0000
commite092ff09351eca0f4c2405d594e871f595f080fc (patch)
tree8e81e2f88f44f239778f818059ce2c9198084a60 /src/uri.c
parent62b8156a4be17341a77fc49f7e1fc7c582f4ac5b (diff)
downloadserd-e092ff09351eca0f4c2405d594e871f595f080fc.tar.gz
serd-e092ff09351eca0f4c2405d594e871f595f080fc.tar.bz2
serd-e092ff09351eca0f4c2405d594e871f595f080fc.zip
Lint.
git-svn-id: http://svn.drobilla.net/serd/trunk@283 490d8e77-9747-427b-9fa3-0b8f29cee8a0
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
}