Fix a silly documentation issue
authorMike Gorse <mgorse@suse.com>
Sat, 16 Aug 2014 23:28:45 +0000 (18:28 -0500)
committerMike Gorse <mgorse@suse.com>
Sat, 16 Aug 2014 23:28:45 +0000 (18:28 -0500)
atspi/atspi-table-cell.c

index f99ac85..934fb19 100644 (file)
@@ -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)
 {