summaryrefslogtreecommitdiff
path: root/src/styleengine.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-21 23:24:13 +0100
committerSebastian Geerken <devnull@localhost>2014-12-21 23:24:13 +0100
commit424a01ce5c2dd3cadd3d7ca60c7b43283c183b02 (patch)
treefcf4e10c1ce3a56e3ae7aeb4e1798e21aafbea41 /src/styleengine.cc
parentb21e3a4d98c1537ca430e81968dd4bb17561a981 (diff)
parenta614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (diff)
Merge with main repo.
Diffstat (limited to 'src/styleengine.cc')
-rw-r--r--src/styleengine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.cc b/src/styleengine.cc
index a660b175..4192a9ef 100644
--- a/src/styleengine.cc
+++ b/src/styleengine.cc
@@ -155,7 +155,7 @@ void StyleEngine::startElement (const char *tagname, BrowserWindow *bw) {
}
void StyleEngine::setId (const char *id) {
- DoctreeNode *dn = doctree->top ();
+ DoctreeNode *dn = doctree->top ();
assert (dn->id == NULL);
dn->id = dStrdup (id);
}