summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-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 */