Fix typo in function names

This commit is contained in:
mmdolze
2009-03-21 23:44:55 +00:00
parent 823a66aa0c
commit cac3b5472f
+2 -2
View File
@@ -482,7 +482,7 @@ MtxOrb_height (Driver *drvthis)
* \return Number of pixel columns a character cell is wide.
*/
MODULE_EXPORT int
MtxcOrb_cellwidth (Driver *drvthis)
MtxOrb_cellwidth (Driver *drvthis)
{
PrivateData *p = drvthis->private_data;
@@ -496,7 +496,7 @@ MtxcOrb_cellwidth (Driver *drvthis)
* \return Number of pixel lines a character cell is high.
*/
MODULE_EXPORT int
MtxcOrb_cellheight (Driver *drvthis)
MtxOrb_cellheight (Driver *drvthis)
{
PrivateData *p = drvthis->private_data;