summaryrefslogtreecommitdiff
path: root/hscript/script.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/script.cc')
-rw-r--r--hscript/script.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/script.cc b/hscript/script.cc
index fcb7035..cb67fe6 100644
--- a/hscript/script.cc
+++ b/hscript/script.cc
@@ -157,7 +157,7 @@ bool Script::ScriptPrivate::store_key(const std::string &key_name, Key *obj,
this->mounts.push_back(std::move(mount));
return true;
} else {
- return false;
+ return false; /* LCOV_EXCL_LINE - only here for error prevention */
}
}