diff options
author | 2009-08-02 22:55:26 +0000 | |
---|---|---|
committer | 2009-08-02 22:55:26 +0000 | |
commit | 0131119e0991c66be278e43204674c64432ea9fc (patch) | |
tree | 220b3028c784ae4aaec6581883bcc4844e6f7a64 /src/tools/ldresample.c | |
parent | 645ea861e0af3fa1e81e8f7570c4969983985449 (diff) |
Oops forgot part of the CHD changes.
Diffstat (limited to 'src/tools/ldresample.c')
-rw-r--r-- | src/tools/ldresample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ldresample.c b/src/tools/ldresample.c index c995c820363..7f8d2ea4a85 100644 --- a/src/tools/ldresample.c +++ b/src/tools/ldresample.c @@ -322,7 +322,7 @@ static void create_close_chd(chd_file *file) { chd_error err; - err = chd_compress_finish(file); + err = chd_compress_finish(file, TRUE); if (err != CHDERR_NONE) fprintf(stderr, "Error finishing compression: %s\n", chd_error_string(err)); |