diff --git a/libc/unistd/lib_execl.c b/libc/unistd/lib_execl.c index 5a2b9c0e5fc..040941c1705 100644 --- a/libc/unistd/lib_execl.c +++ b/libc/unistd/lib_execl.c @@ -141,7 +141,7 @@ int execl(FAR const char *path, ...) { /* Check if the next argument is present */ - arg = va_arg(ap, FAR char *) + arg = va_arg(ap, FAR char *); if (arg) { /* Yes.. increment the number of arguments. Here is a sanity