summaryrefslogtreecommitdiffstats
path: root/dmenu.c
diff options
context:
space:
mode:
authorGravatar Hiltjo Posthuma 2022-02-08 21:45:28 +0100
committerGravatar Hiltjo Posthuma 2022-02-08 21:45:28 +0100
commitc4b656e0da36070a834b03ceb76269ffee8ac952 (patch)
tree374b1dbeb5299f42fd5cdbf93548f1d33ef4fce8 /dmenu.c
parentrevert using strcasestr and use a more optimized portable version (diff)
code-style: rm newline (oops)
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 88d2f12..d95e6c6 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -104,7 +104,6 @@ cleanup(void)
static char *
cistrstr(const char *h, const char *n)
-
{
size_t i;