aboutsummaryrefslogtreecommitdiffstats
path: root/lcd4linux.c
diff options
context:
space:
mode:
authorherp <herp@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-01 22:40:42 +0000
committerherp <herp@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-01 22:40:42 +0000
commit8a4bece6150ff74c2ec1f35f556662a015528282 (patch)
tree659114c9c9d3ee3349367cd7b901b411186f9b01 /lcd4linux.c
parentf57c269d1021264773a167491ac8fe5d1b8ca625 (diff)
downloadlcd4linux-8a4bece6150ff74c2ec1f35f556662a015528282.tar.gz
[lcd4linux @ 2000-04-01 22:40:42 by herp]
geometric correction (too many pixelgaps) lcd4linux main should return int, not void git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@31 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.c')
-rw-r--r--lcd4linux.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/lcd4linux.c b/lcd4linux.c
index 88cbf6b..9bbd28f 100644
--- a/lcd4linux.c
+++ b/lcd4linux.c
@@ -1,4 +1,4 @@
-/* $Id: lcd4linux.c,v 1.14 2000/03/26 18:46:28 reinelt Exp $
+/* $Id: lcd4linux.c,v 1.15 2000/04/01 22:40:42 herp Exp $
*
* LCD4Linux
*
@@ -20,6 +20,10 @@
*
*
* $Log: lcd4linux.c,v $
+ * Revision 1.15 2000/04/01 22:40:42 herp
+ * geometric correction (too many pixelgaps)
+ * lcd4linux main should return int, not void
+ *
* Revision 1.14 2000/03/26 18:46:28 reinelt
*
* bug in pixmap.c that leaded to empty bars fixed
@@ -107,7 +111,7 @@ static void usage(void)
printf ("usage: lcd4linux [-h] [-l] [-f config-file] [-o output-file]\n");
}
-void main (int argc, char *argv[])
+int main (int argc, char *argv[])
{
char *cfg="/etc/lcd4linux.conf";
char *driver;