1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

Fixed typo.

This commit is contained in:
Marius Vollmer 2000-05-04 18:43:23 +00:00
parent b82c6ce052
commit 7eea529607

View file

@ -17,7 +17,7 @@
2000-05-03 Marius Vollmer <mvo@zagadka.ping.de>
* 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!