Return 0 from int main() in the hash examples.

[SVN r30633]
This commit is contained in:
Daniel James
2005-08-22 19:16:47 +00:00
parent 379105280f
commit eb20117301
3 changed files with 6 additions and 0 deletions

View File

@@ -48,5 +48,7 @@ int main()
// hash function.
assert(point_hasher(p1) != point_hasher(p2));
assert(point_hasher(p1) != point_hasher(p3));
return 0;
}