From 85ea911b799181e375b1553458853e54ed25f28f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 27 Nov 2018 19:13:27 -0500 Subject: Rename project catgirl This simplifies things. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index 84ca71c..3a3d499 100644 --- a/input.c +++ b/input.c @@ -144,7 +144,7 @@ static void inputClose(struct Tag tag, char *params) { static void inputMan(struct Tag tag, char *params) { (void)tag; (void)params; - eventWait((const char *[]) { "man", "1", "chatte", NULL }); + eventWait((const char *[]) { "man", "1", "catgirl", NULL }); } static const struct { -- cgit 1.4.1