diff options
Diffstat (limited to 'MDK/Common/System.pm')
-rw-r--r-- | MDK/Common/System.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |