From 0d1411fb61f565d18a7b2341d1025918d27e74b6 Mon Sep 17 00:00:00 2001 From: kimory Date: Tue, 18 Oct 2022 23:01:05 +0200 Subject: [PATCH] Add missing parenthesis. --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lisp b/src/main.lisp index 1ebedae..dccc7e6 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -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))))