This commit is contained in:
marschap
2006-10-01 13:23:07 +00:00
parent 8a5e6d5475
commit 8bcc3c0e31
9 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -443,7 +443,7 @@ bayrad_init_vbar(Driver * drvthis)
if (p->ccmode != CCMODE_STANDARD) {
/* Not supported (yet) */
report(RPT_WARNING, "%s: cannot combine two modes using user defined characters",
report(RPT_WARNING, "%s: cannot combine two modes using user-defined characters",
drvthis->name);
return;
}
@@ -523,7 +523,7 @@ bayrad_init_hbar(Driver * drvthis)
if (p->ccmode != CCMODE_STANDARD) {
/* Not supported (yet) */
report(RPT_WARNING, "%s: cannot combine two modes using user defined characters",
report(RPT_WARNING, "%s: cannot combine two modes using user-defined characters",
drvthis->name);
return;
}