From f186dcb54d6d526503d37f12581435843cec151b Mon Sep 17 00:00:00 2001 From: David Brown <dbrown@gitlab.riscosopen.org> Date: Tue, 7 Oct 1997 12:14:27 +0000 Subject: [PATCH] Accidently left vowels in the consonant list for making fake text! --- c/Choices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Choices b/c/Choices index b9df9ef..679dfce 100644 --- a/c/Choices +++ b/c/Choices @@ -60,7 +60,7 @@ /* Locals */ -char *consonant = "bcdfghijklmnopqrstuvwxyz"; +char *consonant = "bcdfghjklmnpqrstvwxyz"; char *vowel = "aeiou"; static int * subwindows = NULL; -- GitLab