aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 06018d7..76391a9 100644
--- a/utils.c
+++ b/utils.c
@@ -959,7 +959,7 @@ int read_settings __P0 (void)
left -= n;
/* Clear all \n prefixed with a literal backslash '\\' */
- while( cmd = strstr( buf, "\\\n" ) ) {
+ while ((cmd = strstr(buf, "\\\n"))) {
cmd[ 0 ] = ' ';
cmd[ 1 ] = ' ';
}