Minor copy n paste error correction.

This commit is contained in:
dglaude
2002-03-04 17:56:04 +00:00
parent 3a4fe9c349
commit 0f18a999ad
+1 -1
View File
@@ -777,7 +777,7 @@ sed1330_vbar( Driver * drvthis, int x, int y, int len, int promille, int pattern
{
PrivateData * p = drvthis->private_data;
debug( RPT_INFO, "sed1330_hbar x=%d len=%d", x, len );
debug( RPT_INFO, "sed1330_vbar x=%d len=%d", x, len );
sed1330_rect ( p, (x-1) * CHARWIDTH, y * CHARHEIGHT, x * CHARWIDTH - 1, y * CHARHEIGHT - (long) len * CHARHEIGHT * promille / 1000 - 1, 1 );
}