mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +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)
|
||||
parms.memsize = (int) (Q_atof(com_argv[j+1]) * 1024 * 1024);
|
||||
parms.membase = malloc (parms.memsize);
|
||||
if (!perms.membase) {
|
||||
if (!parms.membase) {
|
||||
printf("Can't allocate memroy for zone.\n");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue