diff options
-rw-r--r-- | src/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c index 90e7e3b..ad32714 100644 --- a/src/parse.c +++ b/src/parse.c @@ -2119,7 +2119,7 @@ static int parse_mode(const struct parser_state *state, const char *mode, struct MODE_PLUS, MODE_MINUS, MODE_EQUALS, - } op; + } BFS_UNINIT(op, MODE_EQUALS); mode_t BFS_UNINIT(who, 0); mode_t BFS_UNINIT(file_change, 0); |