diff options
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.c | 3 |
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; |