From 0093c378498e9d203012a143e49137f72d8168ce Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Wed, 21 Oct 2009 09:33:57 -0500 Subject: Ah, forgot a return. Cody would kill me! Oh, no. --- tests/test-libcustomindicator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test-libcustomindicator.c b/tests/test-libcustomindicator.c index 6dc9fe9..c264bfa 100644 --- a/tests/test-libcustomindicator.c +++ b/tests/test-libcustomindicator.c @@ -10,6 +10,7 @@ test_libcustomindicator_init (void) CustomIndicator * ci = CUSTOM_INDICATOR(g_object_new(CUSTOM_INDICATOR_TYPE, NULL)); g_assert(ci != NULL); g_object_unref(G_OBJECT(ci)); + return; } void -- cgit v1.2.3