diff options
author | nicm <nicm> | 2017-01-09 19:27:00 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-09 19:27:00 +0000 |
commit | 5330a2a85d69647f4f402c5b1fe85dc548ce5416 (patch) | |
tree | b2a99f64ded421b63817fa79c8608fde9916af27 /tmux.h | |
parent | c05002b0f2d86d7706efdc9636ee660642bdcecb (diff) | |
download | rtmux-5330a2a85d69647f4f402c5b1fe85dc548ce5416.tar.gz rtmux-5330a2a85d69647f4f402c5b1fe85dc548ce5416.tar.bz2 rtmux-5330a2a85d69647f4f402c5b1fe85dc548ce5416.zip |
Run the source-file pattern through glob(3).
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |