summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2014-03-21 00:49:52 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2014-03-21 00:49:52 +0900
commit7451876896fdbc4c4d95abe590c38ab82f32dc33 (patch)
tree045ed215740c450ae628491718a49b9704594e2e
parentaa9cc88f16be9bb841ffb7e4aa4c6e61cb1b371c (diff)
downloadelementary-7451876896fdbc4c4d95abe590c38ab82f32dc33.tar.gz
atspi_object: Added missing comma.
This fixes coverity CID 1193238: Missing comma in a string array initialization (MISSING_COMMA) @fix
-rw-r--r--src/lib/elm_atspi_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_atspi_object.c b/src/lib/elm_atspi_object.c
index 094ae21b8..6c90c7c62 100644
--- a/src/lib/elm_atspi_object.c
+++ b/src/lib/elm_atspi_object.c
@@ -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",