summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-10-18 16:10:38 +0200
committerChristoph Lohmann <20h@r-36.net>2015-10-18 16:34:11 +0200
commit6a65dcb394e58522246d54eba9deca7755b57ee8 (patch)
tree8cb9bafe56922962f36a18cb8b000422a8a780db /surf.c
parentc81fbbaf43535781cbc86904c361a57823b6de50 (diff)
downloadsurf-6a65dcb394e58522246d54eba9deca7755b57ee8.tar.gz
surf-6a65dcb394e58522246d54eba9deca7755b57ee8.tar.bz2
surf-6a65dcb394e58522246d54eba9deca7755b57ee8.zip
fix style path generation
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 0fae80b..b99a84b 100644
--- a/surf.c
+++ b/surf.c
@@ -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 {