Skip to content
Snippets Groups Projects
Commit 460e8bd2 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add return value to non-void function

parent ce86ff6c
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@ int colvar::cvc::init(std::string const &conf)
if (cvm::debug())
cvm::log("Done initializing cvc base object.\n");
return error_code;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment