1
0
Fork 0

Corrected a typo.

This commit is contained in:
david 2002-10-19 15:46:12 +00:00
parent aaaa59235b
commit a240a50954

View file

@ -111,7 +111,7 @@ int main( int argc, char **argv ) {
min_lon = rectangle.getMin().x();
min_lat = rectangle.getMin().y();
max_lon = rectangle.getMax().x();
max_lon = rectangle.getMax().y();
max_lat = rectangle.getMax().y();
} else {
usage( argc, argv );
exit(-1);