Skip to content

Commit

Permalink
fix migration script
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9161 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 24, 2008
1 parent 4a3816c commit 3b83f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qgsloggermig.pl
Expand Up @@ -106,7 +106,7 @@
$arr[-2] =~ /^std::endl$/ ) {
pop @arr;
pop @arr;
$arr[-1] = "std::endl;";
push @arr, "std::endl;";
}
unless( $arr[-1] =~ /^std::endl;$/ ) {
Expand Down

0 comments on commit 3b83f2a

Please sign in to comment.