summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Jarosch <thomas.jarosch@intra2net.com>2011-10-07 22:25:34 +0200
committerDan Williams <dcbw@redhat.com>2011-10-10 16:02:27 -0500
commit1453abbebc47ce3904bb1227174c4cb598d139d6 (patch)
tree1b10b702a3986458b32175429b145c90891e4eee /examples
parenta6f7dfff233de11811b16f0dfd6ec5beac5d344d (diff)
downloadNetworkManager-1453abbebc47ce3904bb1227174c4cb598d139d6.tar.gz
test: add missing return values
Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/C/qt/add-connection-wired.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/C/qt/add-connection-wired.cpp b/examples/C/qt/add-connection-wired.cpp
index f9e3f6c193..475eaffffb 100644
--- a/examples/C/qt/add-connection-wired.cpp
+++ b/examples/C/qt/add-connection-wired.cpp
@@ -72,4 +72,6 @@ int main() {
QDBusConnection::systemBus());
addConnection(interface, "__Test connection__");
+
+ return 0;
}