Style nits in function arguments.

This commit is contained in:
nicm
2019-12-03 10:47:22 +00:00
parent ec1b8e5f05
commit 7826d40ff9
7 changed files with 12 additions and 12 deletions

2
grid.c
View File

@ -204,7 +204,7 @@ grid_clear_cell(struct grid *gd, u_int px, u_int py, u_int bg)
/* Check grid y position. */
static int
grid_check_y(struct grid *gd, const char* from, u_int py)
grid_check_y(struct grid *gd, const char *from, u_int py)
{
if (py >= gd->hsize + gd->sy) {
log_debug("%s: y out of range: %u", from, py);