From 11c078d116b828732716223101f6e72e1bb52e34 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 11 Nov 2013 11:27:18 +0000 Subject: [PATCH] Fix styling issue in test(1) --- test.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.c b/test.c index 2e42f0f..495ecb2 100644 --- a/test.c +++ b/test.c @@ -108,7 +108,9 @@ binary(const char *arg1, const char *op, const char *arg2) int i; long narg1, narg2; enum operator { EQ, GE, GT, LE, LT, NE, STREQ, STRNE } oper; - char *optexts[] = { "-eq", "-ge", "-gt", "-le", "-lt", "-ne", + char *optexts[] = { + "-eq", "-ge", "-gt", + "-le", "-lt", "-ne", "=", "!=" };