[l10n] Updated Catalan (Valencian) translation
[platform/upstream/atk.git] / atk / atktablecell.c
index 9b1c349..1cec6fa 100644 (file)
@@ -272,5 +272,6 @@ atk_table_cell_real_get_row_column_span (AtkTableCell *cell,
   atk_table_cell_get_position (cell, row, column);
   *row_span = atk_table_cell_get_row_span (cell);
   *column_span = atk_table_cell_get_column_span (cell);
-  return (row != 0 && column != 0 && row_span > 0 && column_span > 0);
+
+  return (*row != 0 && *column != 0 && *row_span > 0 && *column_span > 0);
 }