a little bit of cleanup

This commit is contained in:
marschap
2008-12-19 19:45:24 +00:00
parent ef9dc9e980
commit 4bc8aec27a
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -280,7 +280,7 @@ MODULE_EXPORT const char *
text_get_info (Driver *drvthis)
{
//PrivateData *p = drvthis->private_data;
static char *test_info_string = "Text mode driver";
static char *info_string = "Text mode driver";
return test_info_string;
return info_string;
}