aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-11-05 06:26:51 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-11-05 06:26:51 +0000
commitef468aa27366eafea9cfb50d7621e38b148f9cb0 (patch)
treeaef33b9cf3badc87c5ac7b1b70a28b1080fd710c /drv.c
parent9d0ba6ed3850aaf6f6d9ac60a040253f0b8e8371 (diff)
downloadlcd4linux-ef468aa27366eafea9cfb50d7621e38b148f9cb0.tar.gz
[lcd4linux @ 2005-11-05 06:26:51 by reinelt]
littly typo corrected git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@594 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drv.c b/drv.c
index 3e78131..bb220f9 100644
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,4 @@
-/* $Id: drv.c,v 1.35 2005/11/04 14:10:38 reinelt Exp $
+/* $Id: drv.c,v 1.36 2005/11/05 06:26:51 reinelt Exp $
*
* new framework for display drivers
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv.c,v $
+ * Revision 1.36 2005/11/05 06:26:51 reinelt
+ * littly typo corrected
+ *
* Revision 1.35 2005/11/04 14:10:38 reinelt
* drv_Sample and drv_LPH7508
*
@@ -287,7 +290,7 @@ DRIVER *Driver[] = {
#ifdef WITH_ROUTERBOARD
&drv_RouterBoard,
#endif
-#ifdef WITH_Sample
+#ifdef WITH_SAMPLE
&drv_Sample,
#endif
#ifdef WITH_SERDISPLIB