From 005e345c04a4375f0b2aeacf93cf2bafcd2fe200 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 18 Aug 2024 22:40:43 -0700 Subject: [PATCH] Fix non-ASCII in sparse.c --- src/sparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sparse.c b/src/sparse.c index 98d81831..de48c6b1 100644 --- a/src/sparse.c +++ b/src/sparse.c @@ -1167,7 +1167,7 @@ struct block_ptr }; /* Append to BP the contents of the string SRC, followed by a newline. - If the string doesn’t fit, put any overflow into the succeeding blocks. + If the string doesn't fit, put any overflow into the succeeding blocks. Return the updated BP. */ static struct block_ptr dump_str_nl (struct block_ptr bp, char const *str) -- 2.47.3