mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Style nits in function arguments.
This commit is contained in:
2
grid.c
2
grid.c
@ -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);
|
||||
|
Reference in New Issue
Block a user