7l: fix mistake
This commit is contained in:
parent
bd4b6bda9b
commit
8550a2adb5
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ lookup(char *symb, int v)
|
|||
Prog*
|
||||
prg(void)
|
||||
{
|
||||
Prog *p = malloc(sizeof(Sym));
|
||||
Prog *p = malloc(sizeof(Prog));
|
||||
*p = zprg;
|
||||
return p;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue