From 9f65a6767198bfef9dfc33928bbd59242636208a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 16 Apr 2015 09:33:21 -0400 Subject: Fixed some errors in the Windows code. --- new/windows/entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/windows/entry.c') diff --git a/new/windows/entry.c b/new/windows/entry.c index 045e553..22c108a 100644 --- a/new/windows/entry.c +++ b/new/windows/entry.c @@ -42,7 +42,7 @@ static void setText(uiEntry *e, const char *text) uiWindowsControlSetText(uiControl(e), text); } -uiControl *uiNewEntry(void) +uiEntry *uiNewEntry(void) { struct entry *e; uiWindowsNewControlParams p; -- cgit v1.2.3