aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-09 20:01:12 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-09 20:01:12 +0000
commit95f5d406e5a5de6f44023436cfc273ac937875bc (patch)
tree2b7ec971b5f61b83b1cec682110cbe9efa71653f /tmux.h
parentd90fa2ec137eede58d41e0737e354b49b73d1b5a (diff)
parent561b5c6fdbdafae52ac5b4bd963f0d75af344c5b (diff)
downloadrtmux-95f5d406e5a5de6f44023436cfc273ac937875bc.tar.gz
rtmux-95f5d406e5a5de6f44023436cfc273ac937875bc.tar.bz2
rtmux-95f5d406e5a5de6f44023436cfc273ac937875bc.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 78527e37..888f185e 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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. */