Oop.. forgot a semicolon in a preceding commit
This commit is contained in:
parent
b78a9fc290
commit
7c22824981
@ -141,7 +141,7 @@ int execl(FAR const char *path, ...)
|
|||||||
{
|
{
|
||||||
/* Check if the next argument is present */
|
/* Check if the next argument is present */
|
||||||
|
|
||||||
arg = va_arg(ap, FAR char *)
|
arg = va_arg(ap, FAR char *);
|
||||||
if (arg)
|
if (arg)
|
||||||
{
|
{
|
||||||
/* Yes.. increment the number of arguments. Here is a sanity
|
/* Yes.. increment the number of arguments. Here is a sanity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user