summaryrefslogtreecommitdiff
path: root/src/gmutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmutil.c')
-rw-r--r--src/gmutil.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index 41f0dd20..131734b2 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -232,6 +232,11 @@ static const struct {
232 "Redirect to Non-Gemini URL", 232 "Redirect to Non-Gemini URL",
233 "The server attempted to redirect us to a non-Gemini URL. Here is the link so you " 233 "The server attempted to redirect us to a non-Gemini URL. Here is the link so you "
234 "can open it manually if appropriate."} }, 234 "can open it manually if appropriate."} },
235 { tooManyRedirects_GmStatusCode,
236 { 0x27a0, /* dashed arrow */
237 "Too Many Redirects",
238 "You may be stuck in a redirection loop. The next redirected URL is below if you "
239 "want to continue manually."} },
235 { temporaryFailure_GmStatusCode, 240 { temporaryFailure_GmStatusCode,
236 { 0x1f50c, /* electric plug */ 241 { 0x1f50c, /* electric plug */
237 "Temporary Failure", 242 "Temporary Failure",