diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gmrequest.c | 2 |
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) { | |||
266 | static const iBlock *aboutPageSource_(iRangecc path) { | 266 | static 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; |