From 5330a2a85d69647f4f402c5b1fe85dc548ce5416 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 9 Jan 2017 19:27:00 +0000 Subject: Run the source-file pattern through glob(3). --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 25473ba0..89794ecd 100644 --- a/tmux.h +++ b/tmux.h @@ -76,7 +76,7 @@ struct tmuxproc; #define READ_CHANGE_HITS 3 -/* Attribute to make gcc check printf-like arguments. */ +/* Attribute to make GCC check printf-like arguments. */ #define printflike(a, b) __attribute__ ((format (printf, a, b))) /* Number of items in array. */ -- cgit