chiark / gitweb /
remove duplicate semicolons
[elogind.git] / src / delta / delta.c
index 803d2a7fc798bdc69b86b26e81b7a8b1959ec329..494e82eb989c449ee27906da472ae56a6a3ae676 100644 (file)
@@ -308,7 +308,7 @@ static int process_suffix_chop(const char *prefixes, const char *suffix) {
         /* Strip prefix from the suffix */
         NULSTR_FOREACH(p, prefixes) {
                 if (startswith(suffix, p)) {
-                        suffix += strlen(p);;
+                        suffix += strlen(p);
                         suffix += strspn(suffix, "/");
                         return process_suffix(prefixes, suffix);
                 }