Instance: rename Shutdown() to Break()

This commit is contained in:
Max Kellermann
2018-01-29 23:31:41 +01:00
parent b6013a92e0
commit befd669075
4 changed files with 6 additions and 6 deletions

View File

@@ -747,7 +747,7 @@ JNIEXPORT void JNICALL
Java_org_musicpd_Bridge_shutdown(JNIEnv *, jclass)
{
if (instance != nullptr)
instance->Shutdown();
instance->Break();
}
#endif