aboutsummaryrefslogtreecommitdiffstats
path: root/noice.c
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2019-01-04 19:23:47 +0000
committersin <sin@2f30.org>2019-01-04 19:23:47 +0000
commita4352f2531ce4d60125307084486a035869dad2c (patch)
tree707b82a6e51e748b352f58e9b960834b94111c3e /noice.c
parent79da6411cc7585738aabbf42be2858705a6a5c9f (diff)
downloadnoice-a4352f2531ce4d60125307084486a035869dad2c.tar.gz
Add missing semicolon
Diffstat (limited to 'noice.c')
-rw-r--r--noice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.c b/noice.c
index 8bc57de..1def920 100644
--- a/noice.c
+++ b/noice.c
@@ -743,7 +743,7 @@ nochange:
}
strlcpy(path, newpath, sizeof(path));
/* Reset filter */
- strlcpy(fltr, ifilter, sizeof(fltr))
+ strlcpy(fltr, ifilter, sizeof(fltr));
DPRINTF_S(path);
goto begin;
case SEL_CDHOME:
Un proyecto texto-plano.xyz