libs/libc/misc/lib_envpath.c: Fix typo error
This commit is contained in:
parent
ae6797aabb
commit
cb095ea3d3
@ -223,7 +223,7 @@ FAR char *envpath_next(ENVPATH_HANDLE handle, FAR const char *relpath)
|
||||
|
||||
pathlen = strlen(path) + strlen(relpath) + 2;
|
||||
fullpath = (FAR char *)lib_malloc(pathlen);
|
||||
if (fullpathi == NULL)
|
||||
if (fullpath == NULL)
|
||||
{
|
||||
/* Failed to allocate memory */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user