We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a5185 commit b11fc0aCopy full SHA for b11fc0a
src/main.cpp
@@ -272,7 +272,9 @@ int main(int argc, char **argv) {
272
273
std::cout << " libmodbus " << LIBMODBUS_VERSION_STRING << '\n';
274
275
- std::cout << " cxxopts " << static_cast<int>(cxxopts::version.major) << '.' << static_cast<int>(cxxopts::version.minor) << '.' << static_cast<int>(cxxopts::version.patch) << '\n';
+ std::cout << " cxxopts " << static_cast<int>(cxxopts::version.major) << '.'
276
+ << static_cast<int>(cxxopts::version.minor) << '.' << static_cast<int>(cxxopts::version.patch)
277
+ << '\n';
278
279
return EX_OK;
280
}
0 commit comments