1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-11-06 10:55:19 +01:00

fixed tabs

This commit is contained in:
Florian Schüller
2016-07-18 22:14:13 +02:00
parent fd9b2af9fa
commit d97b4f91cf
2 changed files with 29 additions and 29 deletions

View File

@@ -150,14 +150,14 @@ int main(int argc, char *argv[])
generator.setGeometry(x, y, w, h);
}
break;
case 'z': {
case 'z': {
istringstream iss;
iss.str(optarg);
int zoom;
iss >> zoom;
generator.setZoom(zoom);
}
break;
generator.setZoom(zoom);
}
break;
default:
exit(1);
}