summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-27 16:34:47 +0000
committerJim Meyering <jim@meyering.net>2004-04-27 16:34:47 +0000
commitec38270d8e57e490e12e2574748f21e9529bf829 (patch)
tree1a3fb857bf62ce613d4c5b2db3d8bfb586928691 /src
parentb480c61d5e30af5cdd512ac981ef22552251d3ae (diff)
downloadcoreutils-ec38270d8e57e490e12e2574748f21e9529bf829.tar.xz
(opt_nul_terminate_output): Declare `static'.
Diffstat (limited to 'src')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index 21299b469..b8fe68c73 100644
--- a/src/du.c
+++ b/src/du.c
@@ -88,7 +88,7 @@ static int apparent_size = 0;
static int opt_count_all = 0;
/* If true, output the NUL byte instead of a newline at the end of each line. */
-bool opt_nul_terminate_output = false;
+static bool opt_nul_terminate_output = false;
/* If nonzero, print a grand total at the end. */
static int print_grand_total = 0;