aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 13:37:28 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 13:37:28 -0300
commit3bf48009d117970527317cbd01750fa0ab340ba6 (patch)
tree582f0243ccf4a64a2ac4f05891586e4b009139bd /plugins/style/style.c
parent79ff9e86f5aad068ea77655760dd922c5d3f8807 (diff)
update webkit dep to 4.1 in makefile
Diffstat (limited to 'plugins/style/style.c')
-rw-r--r--plugins/style/style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/style/style.c b/plugins/style/style.c
index c63185f..90975de 100644
--- a/plugins/style/style.c
+++ b/plugins/style/style.c
@@ -5,7 +5,7 @@
void read_style_js(char* string)
{
- FILE* fp = fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/plugins/style/style.js", "r");
+ FILE* fp = fopen("/home/nuno/Documents/workspace/rosenrot/plugins/style/style.js", "r");
if (!fp) { // fp is NULL, fopen failed
fprintf(stderr, "Failed to open file\n");
string = NULL;