]> git.eshelyaron.com Git - emacs.git/commitdiff
(xg_get_file_with_chooser): Move GCPRO1 after declarations
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:20:00 +0000 (06:20 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:20:00 +0000 (06:20 +0000)
src/gtkutil.c

index 7b1e4c5272ddf57d3ebc8cd5459df3ec17d60158..d80bd6f9eb6ba341207e6f1152cbaa3324c2625f 100644 (file)
@@ -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);