Mercurial > audlegacy-plugins
comparison src/wavpack/libwavpack.cxx @ 264:1e6e497e039f trunk
[svn] - add missing vfs_fclose().
author | nenolod |
---|---|
date | Sat, 18 Nov 2006 19:00:23 -0800 |
parents | 7e1d5cc9ef1b |
children | 72f0de06bb56 |
comparison
equal
deleted
inserted
replaced
263:7e1d5cc9ef1b | 264:1e6e497e039f |
---|---|
271 | 271 |
272 if (!file) | 272 if (!file) |
273 return FALSE; | 273 return FALSE; |
274 | 274 |
275 vfs_fread(magic,1,4,file); | 275 vfs_fread(magic,1,4,file); |
276 vfs_fclose(file); | |
276 | 277 |
277 if (!memcmp(magic,"wvpk",4)) | 278 if (!memcmp(magic,"wvpk",4)) |
278 return TRUE; | 279 return TRUE; |
279 | 280 |
280 return FALSE; | 281 return FALSE; |