summaryrefslogtreecommitdiff
path: root/src/gmutil.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-20 10:43:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-20 10:43:31 +0300
commit33190c949f5249e211810cb57dced95eb3dfb39d (patch)
tree497e154c94ca38f7a40c5fc93b81cab604a7be8f /src/gmutil.c
parentd1e78f928dc35ceca749ff538040f87d0fe2e124 (diff)
Tweaked error message to be friendlier
Diffstat (limited to 'src/gmutil.c')
-rw-r--r--src/gmutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index f55729d1..43586e55 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -214,7 +214,7 @@ static const struct {
214 "The requested resource does not exist." } }, 214 "The requested resource does not exist." } },
215 { unsupportedMimeType_GmStatusCode, 215 { unsupportedMimeType_GmStatusCode,
216 { 0x1f47d, /* alien */ 216 { 0x1f47d, /* alien */
217 "Unsupported MIME Type", 217 "Unsupported Content Type",
218 "The received content cannot be viewed with this application." } }, 218 "The received content cannot be viewed with this application." } },
219 { invalidHeader_GmStatusCode, 219 { invalidHeader_GmStatusCode,
220 { 0x1f4a9, /* pile of poo */ 220 { 0x1f4a9, /* pile of poo */