summaryrefslogtreecommitdiff
path: root/stest.c
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-06-24 01:42:16 -0500
committerzachir <zachir@librem.one>2022-06-24 01:42:16 -0500
commit6ff3590af0cdf188c48ce952b276f24557f56d12 (patch)
tree4a3a75f69bce801bc5d39832db2f7d879b095eb6 /stest.c
parent0000a18cfdb07a692adf901e41e727f68b56b215 (diff)
dmenu: reconfigure, update to upstream dmenu 5.1
Diffstat (limited to 'stest.c')
-rw-r--r--stest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stest.c b/stest.c
index 7a7b0bc..e27d3a5 100644
--- a/stest.c
+++ b/stest.c
@@ -84,7 +84,7 @@ main(int argc, char *argv[])
if (!argc) {
/* read list from stdin */
while ((n = getline(&line, &linesiz, stdin)) > 0) {
- if (n && line[n - 1] == '\n')
+ if (line[n - 1] == '\n')
line[n - 1] = '\0';
test(line, line);
}