summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-10-01 18:05:35 +0200
committerKarel Kočí <cynerd@email.cz>2019-10-01 18:05:35 +0200
commit9bce60757a82a913720022829f33072142f97ea8 (patch)
tree746e55bffa559b6d0909afc84856c26583f06429
parent9df3176e0c77d5a0a83285955cf608c50a8db3d4 (diff)
downloadsurf-9bce60757a82a913720022829f33072142f97ea8.tar.gz
surf-9bce60757a82a913720022829f33072142f97ea8.tar.bz2
surf-9bce60757a82a913720022829f33072142f97ea8.zip
config: fix path to surf-passv2.0.9.2
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8e11734..97077cb 100644
--- a/config.h
+++ b/config.h
@@ -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 */