fix some typos to make the files compile in the current CVS

This commit is contained in:
marschap
2005-05-29 19:40:21 +00:00
parent 6a407f22bb
commit 75a545c2eb
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -76,7 +76,8 @@
typedef enum {
standard, /* only char 0 is used for heartbeat */
vbar, /* vertical bars */
hbar, /* horizontaln bars */
hbar, /* horizontal bars */
custom, /* custom settings */
bignum, /* big numbers */
bigchar /* big characters */
} CGmode;
@@ -413,7 +414,7 @@ CFontz633_get_key (Driver *drvthis)
PrivateData *p = drvthis->private_data;
unsigned char key;
key = GetKeyFromKeyRing(&p->keyring);
key = GetKeyFromKeyRing();
switch (key) {
case CF633_KEY_LEFT:
+2 -1
View File
@@ -113,6 +113,7 @@ typedef enum {
standard, /* only char 0 is used for heartbeat */
vbar, /* vertical bars */
hbar, /* horizontaln bars */
custom, /* custom settings */
bignum, /* big numbers */
bigchar /* big characters */
} CGmode;
@@ -505,7 +506,7 @@ CFontz633_get_key (Driver *drvthis)
PrivateData *p = drvthis->private_data;
unsigned char key;
key = GetKeyFromKeyRing(&p->keyring);
key = GetKeyFromKeyRing();
switch (key) {
case CF633_KEY_LEFT: