summaryrefslogtreecommitdiffstats
path: root/src/idx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idx.c')
-rw-r--r--src/idx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/idx.c b/src/idx.c
index 60ca5fc..a6fb8c7 100644
--- a/src/idx.c
+++ b/src/idx.c
@@ -106,7 +106,7 @@ main (int argc, char **argv)
if (show_help)
help_me ();
-
+
argc -= optind;
argv += optind;
@@ -159,7 +159,7 @@ scan_member_file (struct member_file const *member)
while ((token = (*get_token) (source_FILE, args, &flags)) != NULL)
{
- puts (token->tok_name);
+ puts (TOKEN_NAME (token));
obstack_free (&tokens_obstack, token);
}
close_source_FILE (source_FILE);