summaryrefslogtreecommitdiffstats
path: root/usr.bin/tsort/tsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tsort/tsort.c')
-rw-r--r--usr.bin/tsort/tsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c
index 133614c..c1fc8e8 100644
--- a/usr.bin/tsort/tsort.c
+++ b/usr.bin/tsort/tsort.c
@@ -338,7 +338,7 @@ tsort()
if (cnt = find_cycle(n, n, 0, 0)) {
warnx("cycle in data");
for (i = 0; i < cnt; i++)
- warnx("%s",
+ warnx("%s",
longest_cycle[i]->n_name);
remove_node(n);
clear_cycle();
OpenPOWER on IntegriCloud