From 974ce3392375245be7f391aeb3946d63485b7a0a Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Wed, 10 Feb 2010 18:09:48 +0000 Subject: Fixed check-coding-style * now it only fails the dbus-binding-tool generated code --- src/test-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test-api.c') diff --git a/src/test-api.c b/src/test-api.c index 811ac98..bf21c9c 100644 --- a/src/test-api.c +++ b/src/test-api.c @@ -76,7 +76,7 @@ int main (int argc, char *argv[]) { DBusGConnection *connection; - GError *error; + GError *error = NULL; DBusGProxy *proxy; g_type_init (); -- cgit v1.2.1