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 {