diff options
Diffstat (limited to 'package/config/expr.h')
-rw-r--r-- | package/config/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/expr.h b/package/config/expr.h index 170459c22..184eb6a0b 100644 --- a/package/config/expr.h +++ b/package/config/expr.h @@ -18,7 +18,7 @@ extern "C" { struct file { struct file *next; struct file *parent; - char *name; + const char *name; int lineno; int flags; }; |