aboutsummaryrefslogtreecommitdiff
path: root/grid.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-12-03 12:01:26 +0000
committerThomas Adam <thomas@xteddy.org>2019-12-03 12:01:26 +0000
commit875139f5fa257ab034d14fe87d58336f4322fca4 (patch)
treeec55502b8ca70d6c1027b17336e1552095253bc1 /grid.c
parentedf96b06a5aede19e796ace18b4915d973e96e55 (diff)
parent7826d40ff997e76d7cc4153ddde8bac6273e3a26 (diff)
downloadrtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.gz
rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.tar.bz2
rtmux-875139f5fa257ab034d14fe87d58336f4322fca4.zip
Merge branch 'obsd-master'
Diffstat (limited to 'grid.c')
-rw-r--r--grid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid.c b/grid.c
index a016dc12..b2031045 100644
--- a/grid.c
+++ b/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);