Minor changes
This commit is contained in:
+1
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user