summaryrefslogtreecommitdiff
path: root/desktop/textarea.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/textarea.c')
-rw-r--r--desktop/textarea.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/textarea.c b/desktop/textarea.c
index 5c2e26947..406231814 100644
--- a/desktop/textarea.c
+++ b/desktop/textarea.c
@@ -106,9 +106,7 @@ struct textarea {
void *data; /** < Callback data for both callback functions */
- int drag_start_char; /**< Character index at which the drag was
- * started
- */
+ int drag_start_char; /**< Character index of drag start */
};