summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-01-07 12:22:51 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-01-07 12:22:51 +0000
commite414d545af15b907e887b440e1ecbb918c4376e9 (patch)
treec53d14e9744f170e10d02704b1b2bec0d173e875 /desktop
parentc22c04710e3a44e09a413ff2d43a3569a4b88165 (diff)
downloadnetsurf-e414d545af15b907e887b440e1ecbb918c4376e9.tar.gz
netsurf-e414d545af15b907e887b440e1ecbb918c4376e9.tar.bz2
Make comment concise.
Diffstat (limited to 'desktop')
-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 */
};