returning non-0 make things break; fixed this

This commit is contained in:
Stephen M. McQuay 2012-05-05 14:58:20 -06:00
parent 62d3492814
commit b47b5c6f35
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ int main() {
{"Freddie Mercury", {100, 102, 103}},
{"Matt Bellamy", {100, 104, 105}},
};
x = 0;
return x;
}