gbranden pushed a commit to branch master
in repository groff.
commit 3d70a783fe94b22d2cf5d7a417489f92ea1bb89c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Sep 10 03:39:05 2024 -0500
src/roff/troff/input.cpp: Add space to diagnostic.
---
src/roff/troff/input.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 60fef9a28..9881f42d2 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -5596,7 +5596,7 @@ static void do_width() // \w
// diagnostic.
char *delimdesc = strdup(start_token.description());
warning(WARN_DELIM, "missing closing delimiter in width"
- "computation escape sequence; expected %1, got %2",
+ " computation escape sequence; expected %1, got %2",
delimdesc, tok.description());
free(delimdesc);
break;
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit