Skip to content

Commit acf071b

Browse files
avargitster
authored andcommitted
send-email: get_patch_subject doesn't need a prototype
Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]: Avery Pennarun <[email protected]> Reviewed-by: Jeff King <[email protected]> > Signed-off-by: Junio C Hamano <[email protected]>
1 parent f9237e6 commit acf071b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-send-email.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ ($)
549549
usage();
550550
}
551551

552-
sub get_patch_subject($) {
552+
sub get_patch_subject {
553553
my $fn = shift;
554554
open (my $fh, '<', $fn);
555555
while (my $line = <$fh>) {

0 commit comments

Comments
 (0)