Fix the curses_get_info() function which was incorrectly named.

This commit is contained in:
mmdolze
2011-10-23 11:04:24 +00:00
parent 842a3195ef
commit 54755c80af
3 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -669,9 +669,8 @@ curses_get_key (Driver *drvthis)
* \return Constant string with information.
*/
MODULE_EXPORT const char *
text_get_info (Driver *drvthis)
curses_get_info (Driver *drvthis)
{
//PrivateData *p = drvthis->private_data;
static char *info_string = "curses driver";
return info_string;