diff options
Diffstat (limited to 'conf/confbase.Y')
-rw-r--r-- | conf/confbase.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index 75158927..8b22f236 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -60,7 +60,7 @@ CF_DECLS net_addr net; net_addr *net_ptr; struct symbol *s; - char *t; + const char *t; struct rtable_config *r; struct channel_config *cc; struct f_inst *x; |