Fix a code comment.

This commit is contained in:
Daniel Nichter
2012-11-28 21:19:52 +00:00
parent 824c34b5d2
commit e9d064c816

View File

@@ -8175,7 +8175,7 @@ sub main {
}; };
# ######################################################################## # ########################################################################
# Check the --alter statement. This is done again after the # Check the --alter statement.
# ######################################################################## # ########################################################################
my $renamed_cols = {}; my $renamed_cols = {};
if ( my $alter = $o->get('alter') ) { if ( my $alter = $o->get('alter') ) {