[clutter] script-parser: Fix build
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] script-parser: Fix build
- Date: Sun, 18 Mar 2012 07:14:18 +0000 (UTC)
commit a37ec4bd34f549ac7c3614616940f2aef2de1ff1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sun Mar 18 03:07:31 2012 -0400
script-parser: Fix build
clutter/clutter-script-parser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-script-parser.c b/clutter/clutter-script-parser.c
index e410997..1cefae5 100644
--- a/clutter/clutter-script-parser.c
+++ b/clutter/clutter-script-parser.c
@@ -1128,7 +1128,7 @@ _clutter_script_parse_translatable_string (ClutterScript *script,
if (translatable)
{
if (context != NULL && *context != '\0')
- res = g_dpgettext2 (domain, context, string)
+ res = g_dpgettext2 (domain, context, string);
else
res = g_dgettext (domain, string);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]