summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2014-08-16 18:28:45 -0500
committerMike Gorse <mgorse@suse.com>2014-08-16 18:28:45 -0500
commit984fdec85250d9208a17081da6bb5994a0e4c7dc (patch)
tree6329030070ab54183d41376bfa20ace5a99f197f
parentbb89b1efae6273fe89c6269fe4099bd2da8e4704 (diff)
downloadat-spi2-core-984fdec85250d9208a17081da6bb5994a0e4c7dc.tar.gz
Fix a silly documentation issue
-rw-r--r--atspi/atspi-table-cell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-table-cell.c b/atspi/atspi-table-cell.c
index f99ac854..934fb194 100644
--- a/atspi/atspi-table-cell.c
+++ b/atspi/atspi-table-cell.c
@@ -147,7 +147,7 @@ atspi_table_cell_get_row_span (AtspiTableCell *obj, GError **error)
*
* Returns: (element-type AtspiAccessible) (transfer full): a GPtrArray of
* AtspiAccessibles representing the row header cells.
- * */
+ */
GPtrArray *
atspi_table_cell_get_row_header_cells (AtspiTableCell *obj, GError **error)
{