diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 13:37:28 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 13:37:28 -0300 |
commit | 3bf48009d117970527317cbd01750fa0ab340ba6 (patch) | |
tree | 582f0243ccf4a64a2ac4f05891586e4b009139bd /plugins/readability | |
parent | 79ff9e86f5aad068ea77655760dd922c5d3f8807 (diff) |
update webkit dep to 4.1 in makefile
Diffstat (limited to 'plugins/readability')
-rw-r--r-- | plugins/readability/readability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readability/readability.c b/plugins/readability/readability.c index 4acb310..822e7c2 100644 --- a/plugins/readability/readability.c +++ b/plugins/readability/readability.c @@ -5,7 +5,7 @@ void read_readability_js(char* string) { - FILE* fp = fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/plugins/readability/readability.js", "r"); + FILE* fp = fopen("/home/nuno/Documents/workspace/rosenrot/plugins/readability/readability.js", "r"); if (!fp) { // fp is NULL, fopen failed fprintf(stderr, "Failed to open file\n"); string = NULL; |