summaryrefslogtreecommitdiff
path: root/atk/atktext.c
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atktext.c')
-rwxr-xr-xatk/atktext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index eb4348a..8df3dec 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -728,7 +728,7 @@ atk_text_get_selection (AtkText *text,
if (end_offset)
real_end_offset = end_offset;
else
- real_start_offset = &local_end_offset;
+ real_end_offset = &local_end_offset;
iface = ATK_TEXT_GET_IFACE (text);