ed(1): Fix [-Werror=logical-not-parentheses]
authorJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 09:51:33 +0000 (10:51 +0100)
committerJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 09:54:57 +0000 (10:54 +0100)
commit1fff89cbaeaa43af720a1f23d9c466b756dd8a58
tree5f1815b9560a0271cf020957f5b8487535f776eb
parentc37355b9d9aaad88802713b024c1c2e63cf03f3c
ed(1): Fix [-Werror=logical-not-parentheses]

/usr/src/bin/ed/glbl.c:64:36: error: logical not is only applied to the
left hand side of comparison [-Werror=logical-not-parentheses]

Putting parenthese around the comparison makes gcc happy.
bin/ed/glbl.c