From: nhmall Date: Fri, 20 May 2022 23:45:07 +0000 (-0400) Subject: incorporate the later force push on pr767 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35b56fb94bc4d64feea68cbe308034ceb518ebce;p=nethack incorporate the later force push on pr767 --- diff --git a/src/objnam.c b/src/objnam.c index b72c00702..61c277d5e 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -2454,7 +2454,7 @@ singplur_compound(char *str) " versus ", " from ", " in ", " on ", " a la ", " with", /* " with "? */ " de ", " d'", " du ", - "-in-", "-at-", " au ", + " au ", "-in-", "-at-", 0 }, /* list of first characters for all compounds[] entries */ compound_start[] = " -";