Skip to content

Commit f852d9d

Browse files
Update jellyfish.c
1 parent 52f303f commit f852d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/jellyfish.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ void fossil_jellyfish_cleanup(fossil_jellyfish_chain_t *chain) {
725725
}
726726

727727
int fossil_jellyfish_audit(const fossil_jellyfish_chain_t *chain) {
728-
if (!chain->memory && chain->count > 0) return -1;
728+
if (chain->count > 0) return -1;
729729

730730
int issues = 0;
731731

0 commit comments

Comments
 (0)