Fix syntax error in type validators.

This commit is contained in:
Gunnar Beutner 2013-03-22 14:45:24 +01:00
parent 82f63d7eda
commit 11282b875e
1 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ type Service {
%attribute string "*"
},
%attribute array "export_macros"
%attribute array "export_macros",
%attribute array "users" {
%attribute string "*"
@ -254,7 +254,7 @@ type Notification {
%attribute string "*"
},
%attribute array "export_macros"
%attribute array "export_macros",
%attribute array "users" {
%attribute string "*"