# HG changeset patch # User Richard M. Stallman # Date 1158980839 0 # Node ID dcaff8f63a2ba14e483e16e44f0df35c120a9a64 # Parent 61ed91e76de6b4381784da28b2bf3a4900bfa685 Whitespace fix. diff -r 61ed91e76de6 -r dcaff8f63a2b src/gtkutil.c --- a/src/gtkutil.c Sat Sep 23 02:59:43 2006 +0000 +++ b/src/gtkutil.c Sat Sep 23 03:07:19 2006 +0000 @@ -1384,7 +1384,7 @@ message[0] = '\0'; /* Gtk+ 2.10 has the file name text entry box integrated in the dialog. Show the C-l help text only for versions < 2.10. */ - if (gtk_check_version(2, 10, 0) && action != GTK_FILE_CHOOSER_ACTION_SAVE) + if (gtk_check_version (2, 10, 0) && action != GTK_FILE_CHOOSER_ACTION_SAVE) strcat (message, "\nType C-l to display a file name text entry box.\n"); strcat (message, "\nIf you don't like this file selector, use the " "corresponding\nkey binding or customize "