From e80e4f8fe9e897866db59c88e7a8a8ebfa7d2262 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Thu, 21 Feb 2008 23:03:53 +0000 Subject: [PATCH] Fix a strange character that got into "scm_add_slot" somehow --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 11d0e4210..cd78f34bc 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ Changes in 1.8.5 (since 1.8.4) * Bugs fixed -** `scm add_slot ()' no longer segfaults (fixes bug #22369) +** `scm_add_slot ()' no longer segfaults (fixes bug #22369) Changes in 1.8.4 (since 1.8.3)