changeset 405:23d5c18ecef7

updated for version 7.0106
author vimboss
date Sat, 09 Jul 2005 20:58:57 +0000
parents cf83dacfa25f
children aa550d9d2403
files src/gui_athena.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui_athena.c
+++ b/src/gui_athena.c
@@ -2309,7 +2309,7 @@ gui_mch_dialog(type, title, message, but
 
     XtPopup(dialogshell, XtGrabNonexclusive);
 
-    while (1)
+    for (;;)
     {
 	XtAppNextEvent(app, &event);
 	XtDispatchEvent(&event);