Skip to content

Commit

Permalink
Item12996: fix use of a constant in void context
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Aug 25, 2014
1 parent d9d0ad0 commit 65df884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildContrib/lib/Perl/Tidy.pm
Expand Up @@ -26365,7 +26365,7 @@ sub guess_if_pattern_or_division {
my $msg = "guessing that / after $last_nonblank_token starts a ";

if ( $i >= $max_token_index ) {
"division (no end to pattern found on the line)\n";
$msg = "division (no end to pattern found on the line)\n";
}
else {
my $ibeg = $i;
Expand Down

0 comments on commit 65df884

Please sign in to comment.