(xunsymbol): Fix formating.

This commit is contained in:
Ron Koenderink 2005-11-30 00:36:35 +00:00
parent d223865d2b
commit e9ddf6a80b

View file

@ -198,7 +198,7 @@ xunsymbol(struct castr *ca, char *buf, int symbol_set)
return gripe("Symbol (%s) was found but the field was expecting an "
"Symbol Set for field %s", buf, ca->ca_name);
if (symbol_set)
token = strtok( buf, " ");
token = strtok(buf, " ");
else
token = buf;