Whitespace

This commit is contained in:
Jeff Teunissen 2000-09-30 07:59:14 +00:00
parent 59f6bdf231
commit 439b28bbd3

View file

@ -191,7 +191,8 @@ void Cvar_Set (cvar_t *var, char *value)
{
if (!var)
return;
if(var->flags&CVAR_ROM)
if(var->flags & CVAR_ROM)
return;
free (var->string); // free the old value string