more pointer style consistency

This commit is contained in:
nhmall
2024-02-20 13:04:32 -05:00
parent d5f2b681af
commit b4f578495c
10 changed files with 43 additions and 43 deletions

View File

@@ -157,7 +157,7 @@ color_attr curses_menu_promptstyle = { NO_COLOR, ATR_NONE };
static int inv_update = 0;
/*
init_nhwindows(int* argcp, char** argv)
init_nhwindows(int *argcp, char **argv)
-- Initialize the windows used by NetHack. This can also
create the standard windows listed at the top, but does
not display them.