aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r--dw/fltkui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc
index f02110cc..c0c8ff42 100644
--- a/dw/fltkui.cc
+++ b/dw/fltkui.cc
@@ -683,7 +683,7 @@ const char *FltkMultiLineTextResource::getText ()
{
/* FLTK-1.3 insists upon returning a new copy of the buffer text, so
* we have to keep track of it.
- */
+ */
if (text_copy)
free(text_copy);
text_copy = buffer->text();