Commit 460e8bd2 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add return value to non-void function

parent ce86ff6c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}