aboutsummaryrefslogtreecommitdiffstats
path: root/parport.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-08 14:21:10 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-08 14:21:10 +0000
commitd30e85ecdc59e0aa28ae62acaa0961643368994c (patch)
tree94658185a34f7f377fc6ac4bdde772cf3c57f959 /parport.c
parent114b1917a4ff9f50e5744280ca6b78552cc31cf3 (diff)
downloadlcd4linux-d30e85ecdc59e0aa28ae62acaa0961643368994c.tar.gz
[lcd4linux @ 2003-10-08 14:21:10 by reinelt]
Changelog; small type in parport.c git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@263 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'parport.c')
-rw-r--r--parport.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/parport.c b/parport.c
index 81e3258..1ebf340 100644
--- a/parport.c
+++ b/parport.c
@@ -1,4 +1,4 @@
-/* $Id: parport.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
+/* $Id: parport.c,v 1.11 2003/10/08 14:21:10 reinelt Exp $
*
* generic parallel port handling
*
@@ -22,6 +22,9 @@
*
*
* $Log: parport.c,v $
+ * Revision 1.11 2003/10/08 14:21:10 reinelt
+ * Changelog; small type in parport.c
+ *
* Revision 1.10 2003/10/05 17:58:50 reinelt
* libtool junk; copyright messages cleaned up
*
@@ -313,7 +316,7 @@ unsigned char parport_wire_data (char *name, unsigned char *deflt)
w=0;
} else {
error ("parport: unknown signal <%s> for wire <%s>", s, name);
- error (" should be DB..7 or GND");
+ error (" should be DB0..7 or GND");
return 0xff;
}