From 575ddb72d0c22a58e9e69c2364c41b07550e4252 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 15 May 2006 13:06:34 +0000 Subject: revert bad commit (thanks titi) --- MDK/Common/System.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index 0f8d478..0f77d98 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -299,7 +299,7 @@ sub syscall_ { package main; require 'syscall.ph'; - syscall(&{"main::SYS_$f"}, @_) == 0 + syscall(&{"main::SYS_$f"}, @_) == 0; } -- cgit v1.2.1