diff --git a/pdcurses/getyx.c b/pdcurses/getyx.c index ef694c72..3ea8c941 100644 --- a/pdcurses/getyx.c +++ b/pdcurses/getyx.c @@ -145,6 +145,6 @@ int setsyx(int y, int x) { curscr->_leaveit = FALSE; wmove(curscr, y, x); - return OK; + return OK; } }