aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_text.c
diff options
context:
space:
mode:
authorgeronet <>2006-02-25 13:36:33 +0000
committergeronet <>2006-02-25 13:36:33 +0000
commit440ecfb4a2b273bfa1d11fc201793a98b02add51 (patch)
tree14f52fa897c91489fa612827ff7bbdab42cf0d7b /drv_generic_text.c
parentcc361935c1791caee0fcb3a8dbc9e365b3ca2b87 (diff)
downloadlcd4linux-440ecfb4a2b273bfa1d11fc201793a98b02add51.tar.gz
[lcd4linux @ 2006-02-25 13:36:33 by geronet]
updated indent.sh, applied coding style
Diffstat (limited to '')
-rw-r--r--drv_generic_text.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drv_generic_text.c b/drv_generic_text.c
index 5296043..6816be0 100644
--- a/drv_generic_text.c
+++ b/drv_generic_text.c
@@ -1,4 +1,4 @@
-/* $Id: drv_generic_text.c,v 1.31 2006/01/30 05:47:38 reinelt Exp $
+/* $Id: drv_generic_text.c,v 1.32 2006/02/25 13:36:33 geronet Exp $
*
* generic driver helper for text-based displays
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_generic_text.c,v $
+ * Revision 1.32 2006/02/25 13:36:33 geronet
+ * updated indent.sh, applied coding style
+ *
* Revision 1.31 2006/01/30 05:47:38 reinelt
* graphic subsystem changed to full-color RGBA
*
@@ -764,7 +767,7 @@ static void drv_generic_text_bar_create_segments(void)
break;
/* hollow style, val(1,2) == 1, like '[' */
/* if (l1 == 1 && l2 == 1 && Segment[i].style == STYLE_FIRST && BarFB[n].style == STYLE_HOLLOW)
- break;
+ break;
*//* hollow style, val(1,2) == 1, like ']' */
/* if (l1 == 1 && l2 == 1 && Segment[i].style == STYLE_LAST && BarFB[n].style == STYLE_HOLLOW)
break;