summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;