From bbf4571bc2549b0705e3e5a92561d5e6f0df08ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Sundstr=C3=B6m?= <oyasumi@gmail.com> Date: Sun, 11 Jan 2004 13:44:09 +0100 Subject: [PATCH] Refdoc fix. Rev: lib/modules/Function.pmod:1.13 --- lib/modules/Function.pmod | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/modules/Function.pmod b/lib/modules/Function.pmod index 31a1185e9d..edac392772 100644 --- a/lib/modules/Function.pmod +++ b/lib/modules/Function.pmod @@ -106,11 +106,9 @@ function curry(function f) //! @endcode //! (Approximately, since call_callback also calls handle_error //! if 0 were thrown.) - void call_callback(function f,mixed ... args) { if (!f) return; mixed err=catch { f(@args); return; }; master()->handle_error(err); } - -- GitLab