diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-16 09:33:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-16 09:33:21 -0400 |
| commit | 9f65a6767198bfef9dfc33928bbd59242636208a (patch) | |
| tree | a1f6880a7ceaacc1dac5ed90acf53571aab22696 /new/windows/entry.c | |
| parent | b134f898fedb1b87a52e8af8e46327140c22d653 (diff) | |
Fixed some errors in the Windows code.
Diffstat (limited to 'new/windows/entry.c')
| -rw-r--r-- | new/windows/entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
