]> granicus.if.org Git - vim/commitdiff
updated for version 7.0106
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Jul 2005 20:58:57 +0000 (20:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Jul 2005 20:58:57 +0000 (20:58 +0000)
src/gui_athena.c

index 91026ea21ad6c8de0ad309fbfee7842708061ff0..9507e783a8bcb1032730b1889efb204e7f678062 100644 (file)
@@ -2309,7 +2309,7 @@ gui_mch_dialog(type, title, message, buttons, dfltbutton, textfield)
 
     XtPopup(dialogshell, XtGrabNonexclusive);
 
-    while (1)
+    for (;;)
     {
        XtAppNextEvent(app, &event);
        XtDispatchEvent(&event);