projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10f5a7b
)
atspi_object: Added missing comma.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Thu, 20 Mar 2014 15:49:52 +0000
(
00:49
+0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Thu, 20 Mar 2014 17:41:54 +0000
(
02:41
+0900)
This fixes coverity CID
1193238
: Missing comma in a string array
initialization (MISSING_COMMA)
@fix
src/lib/elm_atspi_object.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_atspi_object.c
b/src/lib/elm_atspi_object.c
index 790d3d2edbc255d590eba3a3fafe62bd0d2dfda7..39ef32c5eb81b4a3d771f1314bf558a2680826ec 100644
(file)
--- 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",