1
0
Fork 0

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.
This commit is contained in:
Emmanuele Bassi 2009-03-17 14:12:01 +00:00
parent f536398d00
commit d176e16b4b

View file

@ -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;