Skip to content
Snippets Groups Projects
Commit 68606e4d authored by ram's avatar ram
Browse files

This commit was generated by cvs2svn to compensate for changes in r1423,

which included commits to RCS files with non-trunk default branches.
parents 067870d9 b6a1f868
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,7 @@
(defun merge-resources (database with-database)
(declare (type resource-database database with-database))
(declare (values resource-database))
(map-resource #'add-resource database with-database)
(map-resource database #'add-resource with-database)
with-database)
(defun char-memq (key char)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment