aboutsummaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authorbyte <gf3qyrmw7@mozmail.com>2025-09-22 23:27:47 +0000
committerbyte <gf3qyrmw7@mozmail.com>2025-09-22 23:27:47 +0000
commitd23ac2b9f5e9b17ecf675eac4cd6ad22dfb9ccad (patch)
tree2f53b7d285c27a81b150fb29b2bc6383a5145289 /mastoapi.c
parent8e58a6b8a76c31914ba57f8ad8be018ba872a250 (diff)
making sure that global data is immutable
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index e77d15f..8cbc189 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -161,7 +161,7 @@ int token_del(const char *id)
}
-const char *login_page = ""
+const char * const login_page = ""
"<!DOCTYPE html>\n"
"<html>\n"
"<head>\n"