Fix styling issue in test(1)

This commit is contained in:
sin 2013-11-11 11:27:18 +00:00
parent af1fb0c9c2
commit 11c078d116
1 changed files with 3 additions and 1 deletions

4
test.c
View File

@ -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",
"=", "!="
};