seoz pushed a commit to branch elementary-1.9.

http://git.enlightenment.org/core/elementary.git/commit/?id=4f2de6960ec8cc4c01cbc18d10a04e6fc2585f82

commit 4f2de6960ec8cc4c01cbc18d10a04e6fc2585f82
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
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 790d3d2..39ef32c 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",

-- 


Reply via email to