(xunsymbol): Fix formating.
This commit is contained in:
parent
d223865d2b
commit
e9ddf6a80b
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
return gripe("Symbol (%s) was found but the field was expecting an "
|
||||||
"Symbol Set for field %s", buf, ca->ca_name);
|
"Symbol Set for field %s", buf, ca->ca_name);
|
||||||
if (symbol_set)
|
if (symbol_set)
|
||||||
token = strtok( buf, " ");
|
token = strtok(buf, " ");
|
||||||
else
|
else
|
||||||
token = buf;
|
token = buf;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue