Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 40a05cf

Browse files
committed
fix syntax error
1 parent ae3ef85 commit 40a05cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Solution.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ sub GetFakeConfigure
899899
$cfg .= ' --with-perl' if ($self->{options}->{perl});
900900
$cfg .= ' --with-python' if ($self->{options}->{python});
901901
my $port = $self->{options}->{'--with-pgport'};
902-
$cfg .= " --with-pgport=$port" if defined($port)
902+
$cfg .= " --with-pgport=$port" if defined($port);
903903

904904
return $cfg;
905905
}

0 commit comments

Comments
 (0)