From: Jim Meyering Date: Sun, 11 Nov 2001 14:12:49 +0000 (+0000) Subject: (make_blank): Declare to be static. X-Git-Tag: TEXTUTILS-2_0_17~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbc9c5c4d513656136af2147d33632dd573d1bc;p=thirdparty%2Fcoreutils.git (make_blank): Declare to be static. --- diff --git a/src/join.c b/src/join.c index 4a86a5199a..8c3b0ee88b 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;