diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-29 03:17:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-29 03:17:20 +0000 |
| commit | 7f5514aeb7bb8d84c7b038a08a57ee2d55e310f1 (patch) | |
| tree | f26f3d9adb93cf30cf000f53ec4e4ca7e22beefa /plugins | |
| parent | 9d136ab7983ac5bc6f640199032f6b76e8328e82 (diff) | |
rm the extra ;
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/keyboard/keysrc.yacc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/keyboard/keysrc.yacc b/plugins/keyboard/keysrc.yacc index 3e4eeff6..50f41b80 100644 --- a/plugins/keyboard/keysrc.yacc +++ b/plugins/keyboard/keysrc.yacc @@ -22,7 +22,7 @@ static char *path; GList *list; } -%token <integer> INTEGER; +%token <integer> INTEGER %token <string> STRING %token <string> FIELD %token <string> DESKTOP |
