From 694e5d8ae1c2b42761c6041be9b725317c9bdeb3 Mon Sep 17 00:00:00 2001 From: weissms Date: Fri, 7 Jan 2011 13:42:34 +0000 Subject: [PATCH] Fixed warning. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@36434 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/hidds/graphics/GraphicsClass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rom/hidds/graphics/GraphicsClass.c b/rom/hidds/graphics/GraphicsClass.c index a5d0af3efc..6281b66461 100644 --- a/rom/hidds/graphics/GraphicsClass.c +++ b/rom/hidds/graphics/GraphicsClass.c @@ -3620,7 +3620,7 @@ static int GFX_ClassInit(LIBBASETYPEPTR LIBBASE) ReturnInt("init_gfxhiddclass", ULONG, TRUE); failexit: - ReturnPtr("init_gfxhiddclass", ULONG, FALSE); + ReturnInt("init_gfxhiddclass", ULONG, FALSE); } /****************************************************************************************/ -- 2.11.4.GIT