aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-01 08:06:54 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-01 08:06:54 +0000
commit4e402d79e57475289e753365c2563e16beffed75 (patch)
treeab669c7bc2cc0e6093a7b82271924c5c964e602d /lcd4linux.c
parent25ec40b95ba9d1025687c5324f1d0d0da61ab4c3 (diff)
downloadlcd4linux-4e402d79e57475289e753365c2563e16beffed75.tar.gz
widget_bar scale debugging changed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@934 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.c')
-rw-r--r--lcd4linux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lcd4linux.c b/lcd4linux.c
index a506401..fc16fb3 100644
--- a/lcd4linux.c
+++ b/lcd4linux.c
@@ -60,7 +60,8 @@
#define PIDFILE "/var/run/lcd4linux.pid"
static char *release = "LCD4Linux " VERSION "-" SVN_VERSION;
-static char *copyright = "Copyright (C) 2005, 2006, 2007, 2008 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>";
+static char *copyright =
+ "Copyright (C) 2005, 2006, 2007, 2008 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>";
static char **my_argv;
extern char *output;