rm the extra ;
This commit is contained in:
parent
9d136ab798
commit
7f5514aeb7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ static char *path;
|
||||||
GList *list;
|
GList *list;
|
||||||
}
|
}
|
||||||
|
|
||||||
%token <integer> INTEGER;
|
%token <integer> INTEGER
|
||||||
%token <string> STRING
|
%token <string> STRING
|
||||||
%token <string> FIELD
|
%token <string> FIELD
|
||||||
%token <string> DESKTOP
|
%token <string> DESKTOP
|
||||||
|
|
Loading…
Reference in a new issue