From 82675ddb7e1fd0ea28188047a3b85effc359b64d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 15 Apr 2015 22:36:28 -0400 Subject: [PATCH] More stack.c fixes. There's an issue with idl2h... --- stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.c b/stack.c index 925b49cc..8a3906f2 100644 --- a/stack.c +++ b/stack.c @@ -386,7 +386,7 @@ uiStack *uiNewHorizontalStack(void) return uiStack(s); } -uiControl *uiNewVerticalStack(void) +uiStack *uiNewVerticalStack(void) { uiStack *ss; stack *s;