aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-01-09 19:27:00 +0000
committernicm <nicm>2017-01-09 19:27:00 +0000
commit5330a2a85d69647f4f402c5b1fe85dc548ce5416 (patch)
treeb2a99f64ded421b63817fa79c8608fde9916af27 /tmux.h
parentc05002b0f2d86d7706efdc9636ee660642bdcecb (diff)
downloadrtmux-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.h2
1 files changed, 1 insertions, 1 deletions
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. */