Avoid clang warning: if statement has empty body
[yaz-moved-to-github.git] / src / sru_facet.c
index 7821f66..a7c0629 100644 (file)
@@ -287,7 +287,9 @@ void yaz_sru_facet_response(ODR o, Z_FacetList **facetList, xmlNodePtr n)
                                                          &cstr))
                                         ;
                                     else if (yaz_match_xsd_integer(p2, "count", o,
-                                                               &count))
+                                                                   &count))
+                                        ;
+                                    else
                                         ;
                                 }
                                 if (cstr && count)