mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Oop.. forgot a semicolon in a preceding commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user