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

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