From 73a89efed06a03f2733c14e42553ad23223f5cad Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 11:59:16 -0600 Subject: Fix some problems with a preceding commit --- nuttx/syscall/syscall_stublookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/syscall') diff --git a/nuttx/syscall/syscall_stublookup.c b/nuttx/syscall/syscall_stublookup.c index fc81bff69..df142de66 100644 --- a/nuttx/syscall/syscall_stublookup.c +++ b/nuttx/syscall/syscall_stublookup.c @@ -187,7 +187,7 @@ uintptr_t STUB_aio_cancel(int nbr, uintptr_t parm1, uintptr_t parm2); /* Board support */ -uintptr-t STUB_boardctl(int nbr, uintptr_t parm1, uinptr_1 parm2); +uintptr_t STUB_boardctl(int nbr, uintptr_t parm1, uintptr_t parm2); /* The following are defined if file descriptors are enabled */ -- cgit v1.2.3