Commit 09c68baa by Dale Johannesen

add return 0, newline at end

From-SVN: r58459
parent 8e509cf9
...@@ -20,5 +20,5 @@ main() { ...@@ -20,5 +20,5 @@ main() {
foo(&dists[14], 128) foo(&dists[14], 128)
!= 156) != 156)
abort(); abort();
return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment