summaryrefslogtreecommitdiff
path: root/tc/tc.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2018-09-11 08:29:33 -0700
committerStephen Hemminger <stephen@networkplumber.org>2018-09-11 08:29:33 -0700
commitb85076cd74e77538918d35992b1a9cd17ff86af8 (patch)
tree6c73942c83f342344cb2a98753122b705719c222 /tc/tc.c
parentbd59e5b1517b09b6f26d59f38fe6077d953c2396 (diff)
lib: introduce print_nl
Common pattern in iproute commands is to print a line seperator in non-json mode. Make that a simple function. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tc/tc.c')
-rw-r--r--tc/tc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tc/tc.c b/tc/tc.c
index 4b28e9b1..c493d5e9 100644
--- a/tc/tc.c
+++ b/tc/tc.c
@@ -43,7 +43,6 @@ bool use_names;
int json;
int color;
int oneline;
-const char *_SL_;
static char *conf_file;