commit 4f701bcd8a8beeba5e0b56f819481d3782746281 parent 1f6f1a8f4bd49c68f2ea6061924997802236ace0 Author: Mattias Andrée <maandree@kth.se> Date: Wed, 17 Feb 2016 09:45:07 +0100 tsort: clean up Signed-off-by: Mattias Andrée <maandree@kth.se> Diffstat:
M | tsort.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tsort.c b/tsort.c @@ -131,7 +131,7 @@ load_graph(FILE *fp) free(line); if (from) - eprintf("odd number of tokens in input, did you intended to use -l?\n"); + eprintf("odd number of tokens in input\n"); } static int