Merge pull request #295

c996d53 Print success (Pieter Wuille)
This commit is contained in:
Pieter Wuille
2015-09-19 21:24:29 +02:00

View File

@@ -2346,5 +2346,7 @@ int main(int argc, char **argv) {
/* shutdown */
secp256k1_context_destroy(ctx);
printf("no problems found\n");
return 0;
}