fix my previous commit: use C comment

This commit is contained in:
marschap
2004-10-09 16:26:45 +00:00
parent 11fe596351
commit 14fa1c74cd
+1 -1
View File
@@ -164,7 +164,7 @@ HD44780_init (Driver * drvthis, char *args)
return -1; // fatal error
} else {
p->connectiontype_index = i;
# check if ConnectionType contains the string "USB" or "usb"
/* check if ConnectionType contains the string "USB" or "usb" */
if ((strstr(connectionMapping[i].name, "usb") != NULL) ||
(strstr(connectionMapping[i].name, "USB") != NULL))
usb = 1;