Oop.. forgot a semicolon in a preceding commit

This commit is contained in:
Gregory Nutt 2015-02-09 11:16:01 -06:00
parent b78a9fc290
commit 7c22824981
1 changed files with 1 additions and 1 deletions

View File

@ -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