fix migration script

git-svn-id: http://svn.osgeo.org/qgis/trunk@9161 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2008-08-24 23:08:39 +00:00
parent 1aee70f58d
commit 1ad701fa18

View File

@ -106,7 +106,7 @@ for my $file (@ARGV) {
$arr[-2] =~ /^std::endl$/ ) {
pop @arr;
pop @arr;
$arr[-1] = "std::endl;";
push @arr, "std::endl;";
}
unless( $arr[-1] =~ /^std::endl;$/ ) {