mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Code cleanup: remove double and unneded semicolons
This commit is contained in:
@ -61,7 +61,7 @@ jclass CAndroidVMHelper::findClassloadedClass(const std::string & name)
|
||||
{
|
||||
auto env = get();
|
||||
return static_cast<jclass>(env->CallObjectMethod(vcmiClassLoader, vcmiFindClassMethod,
|
||||
env->NewStringUTF(name.c_str())));;
|
||||
env->NewStringUTF(name.c_str())));
|
||||
}
|
||||
|
||||
void CAndroidVMHelper::callStaticVoidMethod(const std::string & cls, const std::string & method,
|
||||
|
Reference in New Issue
Block a user