Add missing parenthesis.

This commit is contained in:
kimory 2022-10-18 23:01:05 +02:00
parent fb84d81075
commit 0d1411fb61

View File

@ -279,4 +279,4 @@
; handle partitions
(maphash #'(lambda (partition-name fsymbol)
(db/partition/update dbpath partition-name fsymbol object file-basename old-object))
(db-partitions database)))
(db-partitions database))))