repository: Fix format string error in previous commit

Regression from df21d1f362a810f48a23b7c121bf09ce398539c7
This commit is contained in:
Colin Walters 2015-10-12 12:15:36 -04:00
parent 220fbf35b8
commit 0f0b325d72

View File

@ -1797,7 +1797,7 @@ validate_object_blob (ValidateContext *ctx,
G_TYPELIB_ERROR,
G_TYPELIB_ERROR_INVALID_BLOB,
"Incorrect number of field callbacks; expected "
G_GUINT16_FORMAT ", got " G_GUINT16_FORMAT,
"%" G_GUINT16_FORMAT ", got %" G_GUINT16_FORMAT,
blob->n_field_callbacks, n_field_callbacks);
return FALSE;
}