From fca124199a3dc7bc9477b999644df0b93db20b13 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Mon, 29 Jul 2013 12:29:40 +0200 Subject: giscanner: Fix GtkDocBlock.position... ... so it points to the start of the GTK-Doc comment block instead of the position of the identifier field. --- tests/warn/return-gobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/warn/return-gobject.h') diff --git a/tests/warn/return-gobject.h b/tests/warn/return-gobject.h index b6c63045..5e621c3a 100644 --- a/tests/warn/return-gobject.h +++ b/tests/warn/return-gobject.h @@ -10,4 +10,4 @@ GObject * test_get_object(void); */ GObject * test_get_object2(void); -// EXPECT:8: Warning: Test: test_get_object2: return value: Missing (transfer) annotation +// EXPECT:7: Warning: Test: test_get_object2: return value: Missing (transfer) annotation -- cgit v1.2.1