fix broken movie savestates

This commit is contained in:
goyuken 2015-02-02 22:43:15 +00:00
parent 9b8cd47a0c
commit 450e4b60cd
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ namespace BizHawk.Client.Common
}
s.Write(dst, 0, dst.Length);
s.Close();
}
}
}