summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 5816847..7db7c84 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -2170,7 +2170,8 @@ split_nuh(struct split_nuh_item *const iptr)
if (iptr->nickptr && *iptr->nuhmask != '\0')
strlcpy(iptr->nickptr, iptr->nuhmask, iptr->nicksize);
- if ((q = strchr(++p, '@'))) {
+ if ((q = strchr(++p, '@')))
+ {
*q++ = '\0';
if (*p != '\0')