projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb21ab7
)
blowfish/make.scm: Fix subsystem name to match load-option name.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 10 Mar 2016 23:08:49 +0000
(16:08 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Thu, 10 Mar 2016 23:08:49 +0000
(16:08 -0700)
src/blowfish/make.scm
patch
|
blob
|
history
diff --git
a/src/blowfish/make.scm
b/src/blowfish/make.scm
index 1abe46fb0d8dfbcaf490d01ec1e63442a3e25c21..f472239779fb07e1f47d468c22aacf529c6ec68b 100644
(file)
--- a/
src/blowfish/make.scm
+++ b/
src/blowfish/make.scm
@@
-6,4
+6,4
@@
(lambda ()
(load-package-set "blowfish")))
-(add-subsystem-identification! "Blowfish
2
" '(0 1))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(0 1))
\ No newline at end of file