From 8094ff63948359f900dfe4fbe39ec2a7c2e84c89 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 8 Sep 2024 22:50:02 +0200 Subject: hus: Verbeter foutmelding --- src/hus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hus.c') diff --git a/src/hus.c b/src/hus.c index 3ab0661..536dd77 100644 --- a/src/hus.c +++ b/src/hus.c @@ -87,7 +87,7 @@ static int exec_shufrange() { const long long end = strtoll(seploc+1, NULL, 10); if (start > end) { - fprintf(stderr, "hus: HO groter dan LA\n"); + fprintf(stderr, "hus: LA groter dan HO\n"); return 1; } -- cgit v1.2.3-70-g09d2