diff options
Diffstat (limited to 'util/nvramtool/reg_expr.c')
-rw-r--r-- | util/nvramtool/reg_expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/nvramtool/reg_expr.c b/util/nvramtool/reg_expr.c index 3875f592e4..33f34457c6 100644 --- a/util/nvramtool/reg_expr.c +++ b/util/nvramtool/reg_expr.c @@ -48,4 +48,3 @@ void compile_reg_expr(int cflags, const char *expr, regex_t *reg) exit(1); } } - |