qulogic/gplugin

Fix an incorrect test function definition.
feature/new-glib-stuff
2019-01-26, Elliott Sales de Andrade
7feb68889f3e
Fix an incorrect test function definition.
--- a/gplugin/tests/test-plugin-info.c Fri Jan 25 01:11:35 2019 -0500
+++ b/gplugin/tests/test-plugin-info.c Sat Jan 26 05:55:08 2019 -0500
@@ -347,7 +347,9 @@
static gint
test_gplugin_version_compare(G_GNUC_UNUSED const gchar *v1,
- G_GNUC_UNUSED const gchar *v2) {
+ G_GNUC_UNUSED const gchar *v2,
+ G_GNUC_UNUSED GError *error)
+{
return 0;
}