From 2174a5b7c8b47fa4b2663ff79c1029b936348b9d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Feb 2006 19:13:45 +0000 Subject: (syscall_) perl_checker compliance --- 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