From 92297f6a3a6d6b9dc1c04ade48ca96843b4a58f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 15 May 2006 12:51:19 +0000 Subject: 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 0f77d98..0f8d478 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