[aisleriot/gnome-3-2: 2/2] Fix compiler warning
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot/gnome-3-2: 2/2] Fix compiler warning
- Date: Tue, 13 Sep 2011 11:42:25 +0000 (UTC)
commit fee405618d09bf5af0dd49ab312f99dda383c6c8
Author: Christian Persch <chpe gnome org>
Date: Tue Sep 13 13:33:12 2011 +0200
Fix compiler warning
src/game.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/game.c b/src/game.c
index ccd51a5..cc2181d 100644
--- a/src/game.c
+++ b/src/game.c
@@ -662,7 +662,7 @@ static SCM
scm_gettext (SCM message)
{
char *input, *output;
- SCM translated;
+ SCM translated = SCM_UNDEFINED;
if (!scm_is_string (message))
return message;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]