Somehow when I converted ux_input.c to K&R-style, this block got indented.
authorDavid Griffith <dave@661.org>
Sun, 16 Oct 2022 19:41:28 +0000 (12:41 -0700)
committerDavid Griffith <dave@661.org>
Sun, 16 Oct 2022 19:41:28 +0000 (12:41 -0700)
commit9055b619e06205b500178e317010b700bf63fb64
tree6942915cf721d610e2373f950ed0d03b4cb57a08
parentcdf0ad4aff2d8937034e02e41a5aadcca320ea18
Somehow when I converted ux_input.c to K&R-style, this block got indented.

That indented block was causing GCC v12.2.1 from Fedora to throw a warning.
src/curses/ux_input.c