ids-functions.pl: Fix typo

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2018-10-12 15:18:38 +02:00
parent 883820bdcb
commit 4ce4248849

View File

@@ -461,7 +461,7 @@ sub _cleanup_rulesdir() {
unlink($item) or return "Could not delete $item. $!\n"; unlink($item) or return "Could not delete $item. $!\n";
} }
# Return noting; # Return nothing;
return; return;
} }