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) {
closeOk = f.close();
if (!closeOk) {
if (!f.close()) {
LOG_ERR("BKM", "Failed to close bookmarks file");
return;
}