From d176e16b4b41ef773f2d5bf55d4f8f0adebf47d1 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 17 Mar 2009 14:12:01 +0000 Subject: [PATCH] Remove usage of the grave accent as quotation mark See: http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html This should make Thomas happy. --- common/cogl-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cogl-util.c b/common/cogl-util.c index 640d90801..b64047430 100644 --- a/common/cogl-util.c +++ b/common/cogl-util.c @@ -326,7 +326,7 @@ cogl_value_lcopy_fixed (const GValue *value, gint32 *fixed_p = collect_values[0].v_pointer; if (!fixed_p) - return g_strdup_printf ("value location for `%s' passed as NULL", + return g_strdup_printf ("value location for '%s' passed as NULL", G_VALUE_TYPE_NAME (value)); *fixed_p = value->data[0].v_int;