DavidGriffith / frotz

Infocom-style interactive fiction player for Unix and DOS (moved to https://gitlab.com/DavidGriffith/frotz)
GNU General Public License v2.0
209 stars 64 forks source link

Fix some compiler warnings in the curses interface #26

Closed escondida closed 8 years ago

escondida commented 8 years ago

Apparently, ux_init_blorb (a non-void function) could finish without returning a value. Since it was called only once, I merged it into os_process_arguments.

While I was at it, I had a couple errors print to stderr instead of stdout...er, despite what that commit message says, now that I look at it...and removed an unused variable, i, from os_process_arguments.