From 4f5146306b9efa0dc32d819821649e0c3608254b Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 9 Apr 2026 10:20:01 -0400 Subject: [PATCH] follow-up: punctuation --- sys/share/uudecode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/share/uudecode.c b/sys/share/uudecode.c index 5a8d19ac0..9d3a4802b 100644 --- a/sys/share/uudecode.c +++ b/sys/share/uudecode.c @@ -44,9 +44,9 @@ * Modified 05 Jan 2024 to avoid K&R function declarations, marked KR_PROTO. * * Modified 09 Apr 2026 to change mode variable from (int) to (unsigned int) - * to match prototype of sscanf %o + * to match prototype of sscanf %o. * - * $NHDT-Date: 1432512787 2015/05/25 00:13:07 $ $NHDT-Branch: master $:$NHDT-Revision: 1.7 $ + * $NHDT-Date: 1775744389 2026/04/09 14:19:49 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.21 $ */ #ifndef lint