From 01fb3938925a84e2b14fedaccbb20abe0bd57015 Mon Sep 17 00:00:00 2001 From: josh Date: Tue, 29 Apr 2008 21:06:14 +0000 Subject: [PATCH] fixed an oops git-svn-id: svn://anubis/misc/parapin-led@50 bd8a9e45-a331-0410-811e-c64571078777 --- led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/led.c b/led.c index 06e7d1b..564b721 100644 --- a/led.c +++ b/led.c @@ -38,7 +38,7 @@ int position2pins[] = { void turnOnDigit(int digitPosition, int value); -int main +int main() { /* initialize the parapin user-land library */ pin_init_user(LPT1);