2
0
Fork 0

comp_operator_t for config parser too

personal/stbuehler/wip
Thomas Porzelt 2008-07-17 19:38:54 +02:00
parent 8468ced4dd
commit 5cc704884a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ struct config_parser_data_t {
gboolean val_bool;
/* operator */
config_cond_t operator;
comp_operator_t operator;
/* name of current variable */
GString *varname;