mirror of https://github.com/adamdruppe/arsd.git
Fix bogus return statement in PixmapRecorder.close()
This commit is contained in:
parent
b6e54b8b85
commit
2f32267898
|
@ -396,7 +396,7 @@ final class PixmapRecorder {
|
|||
+/
|
||||
int close() {
|
||||
if (!this.isOpen) {
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
_input.writeEnd.flush();
|
||||
|
|
Loading…
Reference in New Issue