Update main.cpp

This commit is contained in:
BruebachL 2026-04-04 15:49:42 +02:00 committed by GitHub
parent 3e5124f0c0
commit 249f064fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -348,5 +348,5 @@ int main(int argc, char *argv[])
CountryPixmapGenerator::clear();
UserLevelPixmapGenerator::clear();
return 0;
return ret;
}