add missing 1; at the end of Syscall.pm

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-11-08 11:06:13 +01:00 committed by Thomas Lamprecht
parent 5569cc1634
commit 88c2babd16

View File

@ -90,3 +90,5 @@ sub file_handle_result($) {
return $fh;
}
1;