aboutsummaryrefslogtreecommitdiff
path: root/plugins/readability/readability.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-04-21 19:19:11 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-04-21 19:19:11 -0400
commitb129954d4d2f3fcc176f3bea96110e9dfd188bd5 (patch)
tree8092e2a59adbefdb692c278462aaeba5ce6a4bb0 /plugins/readability/readability.h
parentb32749aa6e495aedc286e9537a4ee664c467919c (diff)
feat: improve compilation a bit.
- tcc -> gcc (noticeably faster compilation)
Diffstat (limited to 'plugins/readability/readability.h')
-rw-r--r--plugins/readability/readability.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/readability/readability.h b/plugins/readability/readability.h
index 6a21a8c..4139213 100644
--- a/plugins/readability/readability.h
+++ b/plugins/readability/readability.h
@@ -1,7 +1,7 @@
#ifndef READABILITY
#define READABILITY
-#define READABILITY_N 85133 + 1000
+#define READABILITY_N 85314 + 1000
void read_readability_js(char* string);