]> Git Repo - qemu.git/blobdiff - hw/display/xlnx_dp.c
maint: Fix macros with broken 'do/while(0); ' usage
[qemu.git] / hw / display / xlnx_dp.c
index 561f828e7ad47f3abeacd889a34c57e4b16e4144..ead4e1a0e4fa6f5e0e6599c06a74d8e4a2bd1551 100644 (file)
@@ -34,7 +34,7 @@
     if (DEBUG_DP) {                                                            \
         qemu_log("xlnx_dp: " fmt , ## __VA_ARGS__);                            \
     }                                                                          \
-} while (0);
+} while (0)
 
 /*
  * Register offset for DP.
This page took 0.024365 seconds and 4 git commands to generate.