From e9ddf6a80b2217b74b4bdcd3829060459f856819 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Wed, 30 Nov 2005 00:36:35 +0000 Subject: [PATCH] (xunsymbol): Fix formating. --- src/lib/common/xundump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index 2b3bb269..d1cc2855 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -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;