]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Replace macro usage of (false); with just (0)
authorJohn Ferlan <jferlan@redhat.com>
Thu, 23 Mar 2017 19:00:54 +0000 (15:00 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 25 Mar 2017 12:19:49 +0000 (08:19 -0400)
Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_conf.c

index d3f318df07c6e75bd9356fd6f6b3653091e66427..34646bdd7ef8a033fa944dbc530564ff003b470c 100644 (file)
@@ -275,7 +275,7 @@ virQEMUDriverConfigPtr virQEMUDriverConfigNew(bool privileged)
                            cfg->defaultTLSx509certdir) < 0)            \
                 goto error;                                            \
         }                                                              \
-    } while (false);
+    } while (0)
 
     SET_TLS_X509_CERT_DEFAULT(vnc);
     SET_TLS_X509_CERT_DEFAULT(spice);