summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/strace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strace.c b/src/strace.c
index 4e710db80..0a792d539 100644
--- a/src/strace.c
+++ b/src/strace.c
@@ -83,8 +83,8 @@ bool Tflag;
int Tflag_scale = 1000;
int Tflag_width = 6;
bool iflag;
-bool nflag;
bool count_wallclock;
+static bool nflag;
static int tflag_scale = 1000000000;
static unsigned tflag_width = 0;
static const char *tflag_format = NULL;