Small cleanup

This commit is contained in:
jpirnay
2026-04-15 09:43:32 +02:00
parent f7bf43d39b
commit 663326bde6
+1 -3
View File
@@ -111,10 +111,8 @@ class BookmarkStore {
} }
} }
bool closeOk = false;
if (ok) { if (ok) {
closeOk = f.close(); if (!f.close()) {
if (!closeOk) {
LOG_ERR("BKM", "Failed to close bookmarks file"); LOG_ERR("BKM", "Failed to close bookmarks file");
return; return;
} }