From 4f701bcd8a8beeba5e0b56f819481d3782746281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Wed, 17 Feb 2016 09:45:07 +0100 Subject: [PATCH] tsort: clean up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- tsort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsort.c b/tsort.c index 5e020ae..90e2855 100644 --- 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