Skip to content
Snippets Groups Projects
Commit ce4ead40 authored by Aurindam Jana's avatar Aurindam Jana Committed by Tobias Hunger
Browse files

SdkTool: Return 0 on success


Change-Id: I8499e3ca267cc0035a181d47a1f573999ac3fc33
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 71d9a2d8
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ int parseArguments(const QStringList &args, Settings *s, const QList<Operation *
return -1;
}
return 1;
return 0;
}
int main(int argc, char *argv[])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment