fix style path generation

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Markus Teich 2015-10-18 16:10:38 +02:00 committed by Christoph Lohmann
parent c81fbbaf43
commit 6a65dcb394
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -1263,7 +1263,7 @@ setup(void) {
styles[i].regex = NULL;
}
styles[i].style = buildfile(
g_strconcat(styledir,
g_strconcat(styledir, "/",
styles[i].style, NULL));
}
} else {