summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-01-05 23:20:21 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-01-05 23:20:21 +0000
commit891758bb6f363f10f9a673b167230735a9183244 (patch)
tree6059c45898a74fe06300f73f4cd75b3571fd2c75 /render/textplain.c
parent7bd1fb50c6415a21fae22f7bd534894e02b512bf (diff)
parent6be6fa1b2197ffe6e511c5eff9abe14d883f8478 (diff)
downloadnetsurf-891758bb6f363f10f9a673b167230735a9183244.tar.gz
netsurf-891758bb6f363f10f9a673b167230735a9183244.tar.bz2
Merge branch 'tlsa/libcss-units'
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/textplain.c b/render/textplain.c
index ab2d55955..0036eb5c0 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -988,7 +988,7 @@ textplain_open(struct content *c,
text->bw = bw;
/* text selection */
- selection_init(&text->sel, NULL);
+ selection_init(&text->sel, NULL, NULL);
}