fix previous commit

This commit is contained in:
marschap
2005-05-26 18:38:48 +00:00
parent e01689cc1d
commit 6dd702cd70
+3 -3
View File
@@ -260,14 +260,14 @@ CFontz633_init (Driver *drvthis, char *args)
/* Set display-specific stuff.. */ /* Set display-specific stuff.. */
if (reboot) { if (reboot) {
CFontz633_reboot (); CFontz633_reboot (drvthis);
reboot = 0; reboot = 0;
} }
sleep (2); sleep (2);
CFontz633_hidecursor (); CFontz633_hidecursor (drvthis);
CFontz633_set_contrast (drvthis, contrast); CFontz633_set_contrast (drvthis, contrast);
CFontz633_no_live_report (); CFontz633_no_live_report (drvthis);
CFontz633_hardware_clear (drvthis); CFontz633_hardware_clear (drvthis);
report (RPT_DEBUG, "CFontz633_init: done\n"); report (RPT_DEBUG, "CFontz633_init: done\n");