aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r--coreutils/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c
index 01469169a..ec21c4234 100644
--- a/coreutils/tail.c
+++ b/coreutils/tail.c
@@ -63,7 +63,7 @@ static ssize_t tail_read(int fd, char *buf, size_t count)
63 return r; 63 return r;
64} 64}
65 65
66static const char header_fmt[] = "\n==> %s <==\n"; 66static const char header_fmt[] ALIGN1 = "\n==> %s <==\n";
67 67
68static unsigned eat_num(const char *p) 68static unsigned eat_num(const char *p)
69{ 69{