diff --git a/src/com/peculiargames/andmodplug/PlayerThread.java b/src/com/peculiargames/andmodplug/PlayerThread.java index 7d3d949..ccf4344 100644 --- a/src/com/peculiargames/andmodplug/PlayerThread.java +++ b/src/com/peculiargames/andmodplug/PlayerThread.java @@ -587,8 +587,7 @@ public boolean pausePlay(boolean immediate) { * slim possibility exists that we may invoke it when it has * been nullified. */ - } - catch (IllegalStateException ise) { + } catch (IllegalStateException ise) { /* * Nothing to do here, so just try to continue gracefully. */