From: Matt Birkholz Date: Sat, 7 Sep 2013 04:36:17 +0000 (-0700) Subject: blowfish: Typo in blowfish.cdecls. X-Git-Tag: release-9.2.0~126 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5e8fdda93032b2668636e93a105a335cef4065bc;p=mit-scheme.git blowfish: Typo in blowfish.cdecls. --- diff --git a/src/blowfish/blowfish.cdecl b/src/blowfish/blowfish.cdecl index b031ce31a..179a83aba 100644 --- a/src/blowfish/blowfish.cdecl +++ b/src/blowfish/blowfish.cdecl @@ -72,7 +72,7 @@ USA. (length long) (schedule (* BF_KEY)) (ivec (* uchar)) - (num (* int))) + (num int))) (extern (* (const char)) BF_options)