diff --git a/src/quirks.c b/src/quirks.c index 50dab47d..e2e8b4f4 100644 --- a/src/quirks.c +++ b/src/quirks.c @@ -292,7 +292,7 @@ matchflagname(enum match_flags f) default: abort(); } -}; +} static inline struct property * property_new(void) @@ -312,7 +312,7 @@ property_ref(struct property *p) assert(p->refcount > 0); p->refcount++; return p; -}; +} static inline struct property * property_unref(struct property *p) @@ -323,7 +323,7 @@ property_unref(struct property *p) p->refcount--; return NULL; -}; +} /* Separate call so we can verify that the caller unrefs the property * before shutting down the subsystem.