uci: Fix extra semicolons warnings
[project/uci.git] / parse.c
diff --git a/parse.c b/parse.c
index 499c32ea17d496ba1c63f644c7f1d7eac823ec2f..40645c58f396e3d6171a9e2a35a4a83252419dd1 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -83,7 +83,7 @@ static uint32_t hash_murmur2(uint32_t h, const void * key, int len)
                /* fall through */
        case 1: h ^= data[0];
                h *= m;
                /* fall through */
        case 1: h ^= data[0];
                h *= m;
-       };
+       }
 
        h ^= h >> 13;
        h *= m;
 
        h ^= h >> 13;
        h *= m;