mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00:00
Error messages should not have a trailing period.
This commit is contained in:
parent
fc58e44f89
commit
25faca41eb
@ -147,7 +147,7 @@ server_window_check_silence(struct session *s, struct winlink *wl)
|
||||
* from this window.
|
||||
*/
|
||||
if (gettimeofday(&w->silence_timer, NULL) != 0)
|
||||
fatal("gettimeofday failed.");
|
||||
fatal("gettimeofday failed");
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user