diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-09-14 03:49:14 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-09-14 03:49:14 +0000 |
commit | 703263e6b65990169fe9bc43745653d0a81c5372 (patch) | |
tree | f68946f0a651815ba1f967cb185de48a096bf5bb /drv_Crystalfontz.c | |
parent | 212bbdea54b079efd04437f79c87e35b088398c5 (diff) | |
download | lcd4linux-703263e6b65990169fe9bc43745653d0a81c5372.tar.gz |
[lcd4linux @ 2006-09-14 03:49:14 by reinelt]
indent run
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@713 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_Crystalfontz.c')
-rw-r--r-- | drv_Crystalfontz.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drv_Crystalfontz.c b/drv_Crystalfontz.c index eda3e2e..5312dd0 100644 --- a/drv_Crystalfontz.c +++ b/drv_Crystalfontz.c @@ -1,4 +1,4 @@ -/* $Id: drv_Crystalfontz.c,v 1.46 2006/09/07 09:06:25 reinelt Exp $ +/* $Id: drv_Crystalfontz.c,v 1.47 2006/09/14 03:49:14 reinelt Exp $ * * new style driver for Crystalfontz display modules * @@ -23,6 +23,9 @@ * * * $Log: drv_Crystalfontz.c,v $ + * Revision 1.47 2006/09/14 03:49:14 reinelt + * indent run + * * Revision 1.46 2006/09/07 09:06:25 reinelt * lots of wrong printf formats corrected (thanks to Ernst Bachmann) * @@ -370,7 +373,8 @@ static void drv_CF_process_packet(void) default: /* this should not happen */ - error("%s: unexpected response type=0x%02x code=0x%02x size=%d", Name, Packet.type, Packet.code, Packet.size); + error("%s: unexpected response type=0x%02x code=0x%02x size=%d", Name, Packet.type, Packet.code, + Packet.size); break; } @@ -1126,7 +1130,7 @@ int drv_CF_init(const char *section, const int quiet) WIDGET_CLASS wc; int ret; - info("%s: %s", Name, "$Revision: 1.46 $"); + info("%s: %s", Name, "$Revision: 1.47 $"); /* start display */ if ((ret = drv_CF_start(section)) != 0) { |