aboutsummaryrefslogtreecommitdiff
path: root/src/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc.c')
-rw-r--r--src/preproc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/preproc.c b/src/preproc.c
index 56dcc22..9945097 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -606,8 +606,7 @@ parse_include(const char *text, int once)
allow_cwd = 0;
p[len - 1] = 0;
p++;
- }
- else
+ } else
allow_cwd = 1;
if (isglob(p)) {

Return to:

Send suggestions and report system problems to the System administrator.