Fix non-ASCII in sparse.c

This commit is contained in:
Paul Eggert
2024-08-18 22:40:43 -07:00
parent 95a5f043c5
commit 005e345c04

View File

@@ -1167,7 +1167,7 @@ struct block_ptr
};
/* Append to BP the contents of the string SRC, followed by a newline.
If the string doesnt 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)