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, 2 insertions, 3 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index 6a3b98de..557a82f8 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -217,9 +217,8 @@ static const struct {
217 { unknownStatusCode_GmStatusCode, /* keep this as the first one (fallback return value) */ 217 { unknownStatusCode_GmStatusCode, /* keep this as the first one (fallback return value) */
218 { 0x1f4ab, /* dizzy */ 218 { 0x1f4ab, /* dizzy */
219 "Unknown Status Code", 219 "Unknown Status Code",
220 "The server responded with a status code that is not specified in the Gemini " 220 "The server responded with a status code that is not in the Gemini specification. "
221 "protocol as known to this client. Maybe the server is from the future? Or " 221 "Maybe the server is from the future? Or just malfunctioning." } },
222 "just malfunctioning."} },
223 { failedToOpenFile_GmStatusCode, 222 { failedToOpenFile_GmStatusCode,
224 { 0x1f4c1, /* file folder */ 223 { 0x1f4c1, /* file folder */
225 "Failed to Open File", 224 "Failed to Open File",