[gtk+] Fix a typo



commit 78acc785db13f45e82d565eda5715dc00182e45c
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Nov 7 02:18:05 2009 +0100

    Fix a typo
    
    This was introduced in commit 72b69e0094db5ac1f9bf38bea429b45bf2e449e3
    Reported by BugByteMan here:
    http://mail.gnome.org/archives/gtk-devel-list/2009-November/msg00014.html

 m4macros/gtk-2.0.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4macros/gtk-2.0.m4 b/m4macros/gtk-2.0.m4
index 19f13ae..88596a9 100644
--- a/m4macros/gtk-2.0.m4
+++ b/m4macros/gtk-2.0.m4
@@ -85,7 +85,7 @@ main ()
   int major, minor, micro;
   char *tmp_version;
 
-  fclose (fopen ("conf.gtktest", "w");
+  fclose (fopen ("conf.gtktest", "w"));
 
   /* HP/UX 9 (% #!) writes to sscanf strings */
   tmp_version = g_strdup("$min_gtk_version");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]