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:
parent
f536398d00
commit
d176e16b4b
@ -326,7 +326,7 @@ cogl_value_lcopy_fixed (const GValue *value,
|
|||||||
gint32 *fixed_p = collect_values[0].v_pointer;
|
gint32 *fixed_p = collect_values[0].v_pointer;
|
||||||
|
|
||||||
if (!fixed_p)
|
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));
|
G_VALUE_TYPE_NAME (value));
|
||||||
|
|
||||||
*fixed_p = value->data[0].v_int;
|
*fixed_p = value->data[0].v_int;
|
||||||
|
Loading…
Reference in New Issue
Block a user