atspi_object: Added missing comma.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 20 Mar 2014 15:49:52 +0000 (00:49 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 20 Mar 2014 15:49:52 +0000 (00:49 +0900)
This fixes coverity CID 1193238:  Missing comma in a string array
initialization  (MISSING_COMMA)

@fix

src/lib/elm_atspi_object.c

index 094ae21..6c90c7c 100644 (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",