aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-06-21 17:38:10 +0200
committerDavid Robillard <d@drobilla.net>2020-06-21 18:06:24 +0200
commitd1867d49399c1a73f108c6bf8df8183984bbe03a (patch)
treef19d022c2f3b4032f2b6aab8995bcfc157329eb1 /src/uri.c
parent6cba665d30cca6f1a0df3b46071e50efdb928192 (diff)
downloadserd-d1867d49399c1a73f108c6bf8df8183984bbe03a.tar.gz
serd-d1867d49399c1a73f108c6bf8df8183984bbe03a.tar.bz2
serd-d1867d49399c1a73f108c6bf8df8183984bbe03a.zip
Cleanup: Remove unnecessary stores
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 4528f0f4..dd306bf5 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -413,7 +413,7 @@ write_rel_path(SerdSink sink,
}
// Write suffix
- return len += write_path_tail(sink, stream, uri, last_shared_sep + 1);
+ return len + write_path_tail(sink, stream, uri, last_shared_sep + 1);
}
static uint8_t