From d5518e75f34ab79167e7b46de2bd21342513c5b2 Mon Sep 17 00:00:00 2001 From: Simeon Pilgrim Date: Wed, 2 May 2001 01:10:16 +0000 Subject: [PATCH] Typo in stub-reporting style description --- documentation/debugging.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/debugging.sgml b/documentation/debugging.sgml index 4fdbe4245d9..5cc01310987 100644 --- a/documentation/debugging.sgml +++ b/documentation/debugging.sgml @@ -697,7 +697,7 @@ FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name); try to avoid the style: -FIXME(xxx, "(fd=%d, file=%s): stub\n", fd, name); +FIXME(xxx, "(fd=%d, file=%s)\n", fd, name); but use: