- coding style harmonization

- check onsistency between Size & vSpan
This commit is contained in:
marschap
2007-04-04 13:52:38 +00:00
parent 3e616e4192
commit 0f0af0f381
19 changed files with 437 additions and 439 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
#include "lcd.h" /* for Driver */
// initialise this particular driver
int hd_init_ext8bit (Driver *drvthis);
int hd_init_ext8bit(Driver *drvthis);
#endif