aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-11-11 10:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2022-11-11 10:01:09 +0000
commit1536b7e206e51488c37379df22b8c58ef3febc28 (patch)
tree82b6a369e35326c35c7f6149fbdcd348cfb8ce60 /input.c
parente46d0632a5ed8e9fbc90ae49039e84450fba4925 (diff)
parent20da16737715a183a019f1072735614615b5fd1c (diff)
downloadrtmux-1536b7e206e51488c37379df22b8c58ef3febc28.tar.gz
rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.tar.bz2
rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input.c b/input.c
index 779b9013..f162b92f 100644
--- a/input.c
+++ b/input.c
@@ -1345,8 +1345,8 @@ input_csi_dispatch(struct input_ctx *ictx)
if (ictx->flags & INPUT_DISCARD)
return (0);
- log_debug("%s: '%c' \"%s\" \"%s\"",
- __func__, ictx->ch, ictx->interm_buf, ictx->param_buf);
+ log_debug("%s: '%c' \"%s\" \"%s\"", __func__, ictx->ch,
+ ictx->interm_buf, ictx->param_buf);
if (input_split(ictx) != 0)
return (0);