]> git.pond.sub.org Git - empserver/commitdiff
(xunsymbol): Fix formating.
authorRon Koenderink <rkoenderink@yahoo.ca>
Wed, 30 Nov 2005 00:36:35 +0000 (00:36 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Wed, 30 Nov 2005 00:36:35 +0000 (00:36 +0000)
src/lib/common/xundump.c

index 2b3bb26992e99736544559127b4fc181eb447b63..d1cc2855cd153020dddb4b71e12db7f8fd982fc2 100644 (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;