added the damn .close()

This commit is contained in:
Raynaldo Rivera 2010-02-14 22:09:15 +00:00
parent 7d782233c0
commit aae976f3e4
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ namespace cAudio
outf.flush();
}
outf.close();
return true;
}
};