mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-14 04:01:06 +00:00
bah, typo
This commit is contained in:
parent
a323e4b5a7
commit
1bb513d584
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ int main (int c, char **v)
|
||||||
if (j)
|
if (j)
|
||||||
parms.memsize = (int) (Q_atof(com_argv[j+1]) * 1024 * 1024);
|
parms.memsize = (int) (Q_atof(com_argv[j+1]) * 1024 * 1024);
|
||||||
parms.membase = malloc (parms.memsize);
|
parms.membase = malloc (parms.memsize);
|
||||||
if (!perms.membase) {
|
if (!parms.membase) {
|
||||||
printf("Can't allocate memroy for zone.\n");
|
printf("Can't allocate memroy for zone.\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue