From: Jan Djärv Date: Fri, 14 Sep 2007 06:20:00 +0000 (+0000) Subject: (xg_get_file_with_chooser): Move GCPRO1 after declarations X-Git-Tag: emacs-pretest-22.1.90~819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e55874fcbd9f57023968b353fe62d59c72867a9;p=emacs.git (xg_get_file_with_chooser): Move GCPRO1 after declarations --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 7b1e4c5272d..d80bd6f9eb6 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -1412,8 +1412,8 @@ xg_get_file_with_chooser (f, prompt, default_filename, { Lisp_Object file; struct gcpro gcpro1; - GCPRO1 (file); char *utf8_filename; + GCPRO1 (file); file = build_string (default_filename);