bah, typo

This commit is contained in:
Bill Currie 2000-05-15 01:45:11 +00:00
parent a323e4b5a7
commit 1bb513d584

View file

@ -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;
}