diff options
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -161,7 +161,7 @@ int token_del(const char *id) | |||
| 161 | } | 161 | } |
| 162 | 162 | ||
| 163 | 163 | ||
| 164 | const char *login_page = "" | 164 | const char * const login_page = "" |
| 165 | "<!DOCTYPE html>\n" | 165 | "<!DOCTYPE html>\n" |
| 166 | "<html>\n" | 166 | "<html>\n" |
| 167 | "<head>\n" | 167 | "<head>\n" |