fix iMon cellwidth

This commit is contained in:
marschap
2006-10-21 20:31:03 +00:00
parent a3276c2026
commit 4a7dd13f00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ MODULE_EXPORT int imon_init (Driver *drvthis)
p->imon_fd = -1;
p->width = 0;
p->height = 0;
p->cellwidth = VFD_DEFAULT_CELL_HEIGHT;
p->cellwidth = VFD_DEFAULT_CELL_WIDTH;
p->cellheight = VFD_DEFAULT_CELL_HEIGHT;