diff options
author | David Robillard <d@drobilla.net> | 2012-01-14 21:55:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-14 21:55:39 +0000 |
commit | e092ff09351eca0f4c2405d594e871f595f080fc (patch) | |
tree | 8e81e2f88f44f239778f818059ce2c9198084a60 /src/uri.c | |
parent | 62b8156a4be17341a77fc49f7e1fc7c582f4ac5b (diff) | |
download | serd-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |