Merge ux_init_blorb into os_process_arguments
authorIvy Foster <ivy.foster@gmail.com>
Wed, 27 Apr 2016 02:42:32 +0000 (21:42 -0500)
committerIvy Foster <ivy.foster@gmail.com>
Wed, 27 Apr 2016 02:42:32 +0000 (21:42 -0500)
commitdb491708c1fd35fb653a29e9b8addbecb633a9dd
tree644e5e27ebd0002978a4dd0f0aebd8637a7e1983
parentf5c60a308bfa75c03d39704a5b8e3e482dd583b0
Merge ux_init_blorb into os_process_arguments

gcc warned that ux_init_blorb, a non-void function, could finish without
returning a value. Looking at its use in os_process_arguments (its only
caller), it seemed simpler to simply shove it in there.
src/curses/ux_init.c