--- 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 _AT_@ -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 -- 2.7.1Received on Wed Feb 17 2016 - 09:45:07 CET
This archive was generated by hypermail 2.3.0 : Wed Feb 17 2016 - 09:48:11 CET