QEMU i486: New QEMU keyboard and VGA drivers from Lizhuoyi

This commit is contained in:
Gregory Nutt 2014-03-08 09:24:24 -06:00
parent bb0e358048
commit 95a646b8d0

View File

@ -1052,7 +1052,7 @@ static FAR char *nsh_argexpand(FAR struct nsh_vtbl_s *vtbl, FAR char *cmdline,
if (*ptr == '`')
{
FAR char *tmpalloc;
FAR char *tmpalloc = NULL;
FAR char *result;
FAR char *rptr;