Fix a typo

This was introduced in commit 72b69e0094
Reported by BugByteMan here:
http://mail.gnome.org/archives/gtk-devel-list/2009-November/msg00014.html
This commit is contained in:
Javier Jardón 2009-11-07 02:18:05 +01:00
parent f733568f1f
commit 78acc785db

View File

@ -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");