Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-07-04 21:42:50 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-07-04 21:42:50 (GMT)
commitf4c273012f768f5e55578ae430369655f94354b0 (patch)
treec74a4cfada54631352f8588abb78f9d0a1e5ea5b /src/gcompris
parentf74ce87363dad6b85c1b6f1be41b889144362901 (diff)
fix compilation issue with previous patch
svn path=/trunk/; revision=3462
Diffstat (limited to 'src/gcompris')
-rw-r--r--src/gcompris/gcompris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index 0fccbef..d156eb1 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -1129,7 +1129,7 @@ static void load_properties ()
#else
exec_prefix = gbr_find_exe_dir(NULL);
#endif
- g_warning("exec_prefix %s\n", (exec_prefix==NULL ? "NONE" : exec_prefix);
+ g_warning("exec_prefix %s\n", (exec_prefix==NULL ? "NONE" : exec_prefix));
prefix_dir = gbr_find_prefix(NULL);