From 6a958e88c51692fd8b2ae6a67d6badbd1b108c87 Mon Sep 17 00:00:00 2001 From: "Todd T.Fries" Date: Wed, 16 May 2001 17:51:56 +0000 Subject: [PATCH] typo, double parens --- bochs/gui/x.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/gui/x.cc b/bochs/gui/x.cc index fe35203f2..4d3cc1be2 100644 --- a/bochs/gui/x.cc +++ b/bochs/gui/x.cc @@ -584,7 +584,7 @@ bx_gui_c::handle_events(void) button_event = (XButtonEvent *) &report; //BX_INFO(("xxx: buttonpress\n"); if (button_event->y < BX_HEADER_BAR_Y) { -//BX_INFO("xxx: in headerbar\n"); +//BX_INFO(("xxx: in headerbar\n")); if (mouse_update) { //BX_INFO(("xxx: mouse_update=1\n")); send_keyboard_mouse_status();