blowfish/make.scm: Fix subsystem name to match load-option name.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 10 Mar 2016 23:08:49 +0000 (16:08 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 10 Mar 2016 23:08:49 +0000 (16:08 -0700)
src/blowfish/make.scm

index 1abe46fb0d8dfbcaf490d01ec1e63442a3e25c21..f472239779fb07e1f47d468c22aacf529c6ec68b 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish2" '(0 1))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(0 1))
\ No newline at end of file