diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-09 20:01:12 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-09 20:01:12 +0000 |
commit | 95f5d406e5a5de6f44023436cfc273ac937875bc (patch) | |
tree | 2b7ec971b5f61b83b1cec682110cbe9efa71653f /tmux.h | |
parent | d90fa2ec137eede58d41e0737e354b49b73d1b5a (diff) | |
parent | 561b5c6fdbdafae52ac5b4bd963f0d75af344c5b (diff) | |
download | rtmux-95f5d406e5a5de6f44023436cfc273ac937875bc.tar.gz rtmux-95f5d406e5a5de6f44023436cfc273ac937875bc.tar.bz2 rtmux-95f5d406e5a5de6f44023436cfc273ac937875bc.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,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. */ |