Trivial formatting fix
This commit is contained in:
@ -399,8 +399,8 @@ parse_object (GMarkupParseContext *context,
|
||||
{
|
||||
g_set_error (error, GTK_BUILDER_ERROR,
|
||||
GTK_BUILDER_ERROR_DUPLICATE_ID,
|
||||
_("Duplicate object id '%s' on line %d (previously on line %d)"),
|
||||
object_id, line, line2);
|
||||
_("Duplicate object id '%s' on line %d (previously on line %d)"),
|
||||
object_id, line, line2);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user