atspi_object: Added missing comma.

This fixes coverity CID 1193238:  Missing comma in a string array
initialization  (MISSING_COMMA)

@fix
This commit is contained in:
Daniel Juyung Seo 2014-03-21 00:49:52 +09:00
parent a31c16d243
commit 51237d9606
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ const char* Atspi_Name[] = {
"status bar",
"table",
"table cell",
"table column header"
"table column header",
"table row header",
"tearoff menu item",
"terminal",