From 7eea5296074cd7b4369d16121274e220b534bdd1 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 4 May 2000 18:43:23 +0000 Subject: [PATCH] Fixed typo. --- libguile/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index d6a893735..1dd51ec6f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -17,7 +17,7 @@ 2000-05-03 Marius Vollmer - * scmsigs.c (orig_handlers) [HAVE_SIGACTION]: Fix declaration to + * scmsigs.c (orig_handlers) [!HAVE_SIGACTION]: Fix declaration to be an array of function pointers instead of being a pointer to an array returning function. Thanks to Kalle Olavi Niemitalo!