summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-06-08 14:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2023-06-08 14:01:09 +0100
commitf41c536ff386f24d9e1c12eed960408e4a85b05b (patch)
tree202cf0ddbc5cc1ab3a4051bd558e330cc0e61fcb /popup.c
parentfe385b180f8fe68917fdcd4cdb5ca7f8c38835ff (diff)
parentbdd05bdbd3ee204d4bc7f4fad5a0bedc4ab6c254 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup.c b/popup.c
index 783f8f54..dc37f002 100644
--- a/popup.c
+++ b/popup.c
@@ -636,7 +636,7 @@ int
popup_display(int flags, enum box_lines lines, struct cmdq_item *item, u_int px,
u_int py, u_int sx, u_int sy, struct environ *env, const char *shellcmd,
int argc, char **argv, const char *cwd, const char *title, struct client *c,
- struct session *s, const char* style, const char* border_style,
+ struct session *s, const char *style, const char *border_style,
popup_close_cb cb, void *arg)
{
struct popup_data *pd;