summaryrefslogtreecommitdiff
path: root/src/curses/getnstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curses/getnstr.c')
-rw-r--r--src/curses/getnstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curses/getnstr.c b/src/curses/getnstr.c
index c004432b..99bdc051 100644
--- a/src/curses/getnstr.c
+++ b/src/curses/getnstr.c
@@ -6,7 +6,7 @@ int wgetnstr(WINDOW * win, char * str, int n)
return 0;
}
-CURSES_FUNCTION2(int, getch, char *, int)
+CURSES_FUNCTION2(int, getnstr, char *, int)
/*
XOPEN(4)