From 95d8ec0fa85a71369d54fdc616c77546c36ec1a5 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... --- new/stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new/stack.c b/new/stack.c index 925b49c..8a3906f 100644 --- a/new/stack.c +++ b/new/stack.c @@ -386,7 +386,7 @@ uiStack *uiNewHorizontalStack(void) return uiStack(s); } -uiControl *uiNewVerticalStack(void) +uiStack *uiNewVerticalStack(void) { uiStack *ss; stack *s;