diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-04 20:05:45 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-04 20:05:45 -0600 |
commit | 54b7f93e105f97f35e7cfe0587f04c100cb53f57 (patch) | |
tree | 2540b4310afe6f9c664200b2ce1ef65bfc83ce21 /hscript | |
parent | 1ba765b5c71329767d281b94ef1b26661c323b5d (diff) | |
download | horizon-54b7f93e105f97f35e7cfe0587f04c100cb53f57.tar.gz horizon-54b7f93e105f97f35e7cfe0587f04c100cb53f57.tar.bz2 horizon-54b7f93e105f97f35e7cfe0587f04c100cb53f57.tar.xz horizon-54b7f93e105f97f35e7cfe0587f04c100cb53f57.zip |
hscript: It's LCOV_EXCL_STOP, not LCOV_EXCL_END
Diffstat (limited to 'hscript')
-rw-r--r-- | hscript/meta.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/meta.cc b/hscript/meta.cc index 73e699a..ef6ff44 100644 --- a/hscript/meta.cc +++ b/hscript/meta.cc @@ -411,7 +411,7 @@ bool Firmware::execute(ScriptOptions) const { /* By itself, this does nothing. */ return true; } -/* LCOV_EXCL_END */ +/* LCOV_EXCL_STOP */ Key *Timezone::parseFromData(const std::string &data, int lineno, int *errors, |