From bf1595795cc3d6ee4109f20c9795203f3403692a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 11 Jun 2016 23:53:49 -0400 Subject: [PATCH] Fixed a tester bug. --- test/page14.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/page14.c b/test/page14.c index 1564f735..0e9f1f41 100644 --- a/test/page14.c +++ b/test/page14.c @@ -152,7 +152,7 @@ static uiControl *spanningGrid(void) { uiGrid *g; - g = uiNewGrid(); + g = newGrid(); uiGridAppend(g, testControl("0", blue), 0, 4, 4, 1, 1, uiAlignFill, 0, uiAlignFill);