[gnome-games] Fix undeclared variable error



commit 99659d70c226384cf2c9dbed0999c920176a63cf
Author: Christian Persch <chpe gnome org>
Date:   Tue Jun 2 00:12:19 2009 +0200

    Fix undeclared variable error
---
 aisleriot/sol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aisleriot/sol.c b/aisleriot/sol.c
index 983a08b..dbb8a4e 100644
--- a/aisleriot/sol.c
+++ b/aisleriot/sol.c
@@ -273,7 +273,7 @@ help_hook (GtkWindow *parent,
 
   for (i = 0; langs[i] != NULL; ++i) {
     const char *lang = langs[i];
-    char *path;
+    char *help_file_name, *path;
 
     /* Filter out variants */
     if (strchr (lang, '.') != NULL ||



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