=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-client.c,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/tmux/window-client.c 2021/08/20 19:50:17 1.32 --- src/usr.bin/tmux/window-client.c 2022/05/30 12:55:25 1.33 *************** *** 1,4 **** ! /* $OpenBSD: window-client.c,v 1.32 2021/08/20 19:50:17 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-client.c,v 1.33 2022/05/30 12:55:25 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 281,287 **** key = key_string_lookup_string(expanded); free(expanded); format_free(ft); ! return key; } static struct screen * --- 281,287 ---- key = key_string_lookup_string(expanded); free(expanded); format_free(ft); ! return (key); } static struct screen *