fixed debug message

This commit is contained in:
reenoo
2003-12-25 14:41:41 +00:00
parent fa46a3e1ff
commit 63550c6f3f
+1 -1
View File
@@ -180,7 +180,7 @@ lcdm001_init (Driver *drvthis, char *args)
}
return -1;
} else {
report (RPT_INFO, "opened LCDM001 display on %s\n", device);
report (RPT_INFO, "opened LCDM001 display on %s", device);
}
tcgetattr(fd, &portset);
#ifdef HAVE_CFMAKERAW