seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7451876896fdbc4c4d95abe590c38ab82f32dc33
commit 7451876896fdbc4c4d95abe590c38ab82f32dc33 Author: Daniel Juyung Seo <[email protected]> Date: Fri Mar 21 00:49:52 2014 +0900 atspi_object: Added missing comma. This fixes coverity CID 1193238: Missing comma in a string array initialization (MISSING_COMMA) @fix --- src/lib/elm_atspi_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_atspi_object.c b/src/lib/elm_atspi_object.c index 094ae21..6c90c7c 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", --
