add return 0, newline at end

From-SVN: r58459
This commit is contained in:
Dale Johannesen 2002-10-23 17:05:02 +00:00
parent 8e509cf9e3
commit 09c68baa38

View File

@ -20,5 +20,5 @@ main() {
foo(&dists[14], 128)
!= 156)
abort();
return 0;
}