From bdd05bdbd3ee204d4bc7f4fad5a0bedc4ab6c254 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 8 Jun 2023 11:17:28 +0000 Subject: Fix mismatch between function prototype and definition, from Anindya Mukherjee. --- popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popup.c') diff --git a/popup.c b/popup.c index 33325ab2..2195adf5 100644 --- a/popup.c +++ b/popup.c @@ -637,7 +637,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; -- cgit v1.2.3