Skip to content

Commit

Permalink
remove subroutine prototyping
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Smith committed Apr 20, 2012
1 parent 2f95960 commit d4e748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/husk.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ sub bomb {
exit 1;
}

sub warn() {
sub warn {
# Show warning to user
my ($msg) = @_; $msg = 'Unspecified Error' unless $msg;
print STDERR "WARNING: $msg\n";
Expand Down

0 comments on commit d4e748e

Please sign in to comment.