summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-08-10 04:50:26 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-08-10 04:50:26 (GMT)
commit19c72e88b8951fb9e110a8bcdc187ac7c5dd87fd (patch)
tree4c9bfc207e11c633fa9f0c1d5eb84771f94d7ef4
parentbb97f90ef340d668f3dc04026aa034b33a997453 (diff)
parent341ba562a81c4be1264020c207a940d5c7fd5de7 (diff)
downloadQt-19c72e88b8951fb9e110a8bcdc187ac7c5dd87fd.zip
Qt-19c72e88b8951fb9e110a8bcdc187ac7c5dd87fd.tar.gz
Qt-19c72e88b8951fb9e110a8bcdc187ac7c5dd87fd.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
-rw-r--r--tools/checksdk/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/checksdk/main.cpp b/tools/checksdk/main.cpp
index 6322eb7..b36aa32 100644
--- a/tools/checksdk/main.cpp
+++ b/tools/checksdk/main.cpp
@@ -161,5 +161,5 @@ int main(int argc, char **argv)
}
}
qWarning("Could not find specified SDK: %s" , qPrintable(sdkName));
- return 0;
-} \ No newline at end of file
+ return -1;
+}