Minor changes

This commit is contained in:
jpirnay
2026-04-15 09:46:42 +02:00
parent 2f4cea3706
commit 2d69b0fefa
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -111,8 +111,7 @@ class BookmarkStore {
bool closeOk = false;
if (ok) {
closeOk = f.close();
if (!closeOk) {
if (!f.close()) {
LOG_ERR("BKM", "Failed to close bookmarks file");
return;
}