summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-11 14:12:49 +0000
committerJim Meyering <jim@meyering.net>2001-11-11 14:12:49 +0000
commit7cbc9c5c4d513656136af2147d33632dd573d1bc (patch)
tree28da13dd86eb7555182833ec5a3ec6247d087be3 /src
parent2fc820ac2bb227f973581d6b62f5047ed0533ecb (diff)
downloadcoreutils-7cbc9c5c4d513656136af2147d33632dd573d1bc.tar.xz
(make_blank): Declare to be static.
Diffstat (limited to 'src')
-rw-r--r--src/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c
index 4a86a5199..8c3b0ee88 100644
--- a/src/join.c
+++ b/src/join.c
@@ -711,7 +711,7 @@ add_field_list (const char *c_str)
/* Create a blank line with COUNT fields separated by tabs. */
-void
+static void
make_blank (struct line *blank, int count)
{
int i;