From 85917758a0b45a79df45c3d5363fbaf9f3220f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 3 May 2019 14:36:51 +0200 Subject: [PATCH] Concurrent: Fixed syntax error in recent backport. --- lib/modules/Concurrent.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/Concurrent.pmod b/lib/modules/Concurrent.pmod index eb91a0c884..c8890522f0 100644 --- a/lib/modules/Concurrent.pmod +++ b/lib/modules/Concurrent.pmod @@ -656,7 +656,7 @@ class Future { (backend ? backend->remove_call_out : remove_call_out)(call_out_handle); p->try_success(0); - } + }; /* NB: try_* variants as the original promise may get fulfilled * after the timeout has occurred. */ -- GitLab