summaryrefslogtreecommitdiff
path: root/src/cam/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cam/main.cpp')
-rw-r--r--src/cam/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cam/main.cpp b/src/cam/main.cpp
index f73e77f3..2a0a830f 100644
--- a/src/cam/main.cpp
+++ b/src/cam/main.cpp
@@ -284,7 +284,8 @@ int CamApp::listProperties()
const ControlId *id = properties::properties.at(prop.first);
const ControlValue &value = prop.second;
- std::cout << "Property: " << id->name() << " = " << value.toString();
+ std::cout << "Property: " << id->name() << " = "
+ << value.toString() << std::endl;
}
return 0;