mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Fix comment.
This commit is contained in:
parent
82efcc32ec
commit
56ddd3c0b1
2
cmd.c
2
cmd.c
@ -409,7 +409,7 @@ cmd_find_client(struct cmd_ctx *ctx, const char *arg)
|
|||||||
return (ctx->curclient);
|
return (ctx->curclient);
|
||||||
/*
|
/*
|
||||||
* No current client set. Find the current session and see if
|
* No current client set. Find the current session and see if
|
||||||
* it has only has one client.
|
* it has only one client.
|
||||||
*/
|
*/
|
||||||
s = cmd_current_session(ctx);
|
s = cmd_current_session(ctx);
|
||||||
if (s != NULL) {
|
if (s != NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user