summaryrefslogtreecommitdiff
path: root/tools/permutations.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/permutations.c')
-rw-r--r--tools/permutations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/permutations.c b/tools/permutations.c
index 8db51ee037..0ca980b259 100644
--- a/tools/permutations.c
+++ b/tools/permutations.c
@@ -70,7 +70,7 @@ permute (struct graph_node *start)
for (ALL_LIST_ELEMENTS_RO (position,ln,gnn))
{
struct cmd_token *tt = gnn->data;
- if (tt->type < SELECTOR_TKN)
+ if (tt->type < SPECIAL_TKN)
fprintf (stdout, "%s ", tt->text);
}
fprintf (stdout, "\n");