diff options
author | Karel Kočí <cynerd@email.cz> | 2019-10-01 18:05:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-10-01 18:05:35 +0200 |
commit | 9bce60757a82a913720022829f33072142f97ea8 (patch) | |
tree | 746e55bffa559b6d0909afc84856c26583f06429 | |
parent | 9df3176e0c77d5a0a83285955cf608c50a8db3d4 (diff) | |
download | surf-9bce60757a82a913720022829f33072142f97ea8.tar.gz surf-9bce60757a82a913720022829f33072142f97ea8.tar.bz2 surf-9bce60757a82a913720022829f33072142f97ea8.zip |
config: fix path to surf-passv2.0.9.2
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | /* Pass */ #define PASS(VAL) { \ - .v = (const char *[]){ "./surf-pass", winid, VAL, NULL } \ + .v = (const char *[]){ "surf-pass", winid, VAL, NULL } \ } /* styles */ |