aboutsummaryrefslogtreecommitdiffstats
path: root/parport.c
diff options
context:
space:
mode:
authorreinelt <>2003-10-08 14:21:10 +0000
committerreinelt <>2003-10-08 14:21:10 +0000
commit34664450b1f0ea1292b9bc5f34c185600889ad54 (patch)
tree94658185a34f7f377fc6ac4bdde772cf3c57f959 /parport.c
parent513f9d802b01122fc373fe8825b2cc34377cd959 (diff)
downloadlcd4linux-34664450b1f0ea1292b9bc5f34c185600889ad54.tar.gz
[lcd4linux @ 2003-10-08 14:21:10 by reinelt]
Changelog; small type in parport.c
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;
}