summaryrefslogtreecommitdiff
path: root/src/gmrequest.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-20 10:30:15 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-20 10:30:15 +0300
commite8f5fd342e069643d0fc4b2163713cf8788ca5d6 (patch)
tree31fc941f50ab6d7fd9d2bdb61cdfdd6647a47016 /src/gmrequest.c
parent61893d79662bfd5e8aa12d48ebc632d560955af5 (diff)
Cleanup
Diffstat (limited to 'src/gmrequest.c')
-rw-r--r--src/gmrequest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmrequest.c b/src/gmrequest.c
index f0101080..fd24b2b9 100644
--- a/src/gmrequest.c
+++ b/src/gmrequest.c
@@ -266,7 +266,7 @@ static void requestFinished_GmRequest_(iAnyObject *obj) {
266static const iBlock *aboutPageSource_(iRangecc path) { 266static const iBlock *aboutPageSource_(iRangecc path) {
267 const iBlock *src = NULL; 267 const iBlock *src = NULL;
268 if (equalCase_Rangecc(&path, "lagrange")) { 268 if (equalCase_Rangecc(&path, "lagrange")) {
269 return &blobAbout_Embedded; 269 return &blobLagrange_Embedded;
270 } 270 }
271 if (equalCase_Rangecc(&path, "help")) { 271 if (equalCase_Rangecc(&path, "help")) {
272 return &blobHelp_Embedded; 272 return &blobHelp_Embedded;