OSDN Git Service

monitor: Remove extra semicolon
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 31 Dec 2012 01:17:47 +0000 (17:17 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 31 Dec 2012 01:17:47 +0000 (17:17 -0800)
monitor/display.h

index 621308d..6139cc2 100644 (file)
@@ -46,7 +46,7 @@ do { \
                use_color() ? (color1) : "", prefix, title, \
                use_color() ? (color2) : "", ## args, \
                use_color() ? COLOR_OFF : ""); \
-} while (0);
+} while (0)
 
 #define print_text(color, fmt, args...) \
                print_indent(8, COLOR_OFF, "", "", color, fmt, ## args)