[gnome-games/gnome-2-26] Fix undeclared variable error
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games/gnome-2-26] Fix undeclared variable error
- Date: Fri, 12 Jun 2009 10:22:59 -0400 (EDT)
commit 10ccb27811cf3b213a3004fcfa1bf50aeb38340e
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 f26edc0..38db1dd 100644
--- a/aisleriot/sol.c
+++ b/aisleriot/sol.c
@@ -267,7 +267,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]