Commit 0f5a04e3 authored by Wayne Davison's avatar Wayne Davison

Use "return" at the end of main() to silence some compilers.

parent 8801138b
......@@ -1056,6 +1056,5 @@ int main(int argc,char *argv[])
else
exit_cleanup(ret);
exit(ret);
/* NOTREACHED */
return ret;
}
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