diff options
| author | 2008-08-28 15:26:11 +0000 | |
|---|---|---|
| committer | 2008-08-28 15:26:11 +0000 | |
| commit | a2caa558e2b663734dc9b0ac9c955dd681ec2b73 (patch) | |
| tree | 27c1e744303f1e12724edd65e3fc3a5f03e5973c /src/lib | |
| parent | 32d55f53b091ab971d0f3b816a2b0820dfbd39ff (diff) | |
Cleanups and version bump.mame0127u1
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util/aviio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/aviio.c b/src/lib/util/aviio.c index 3504352f79a..7aefec0c85d 100644 --- a/src/lib/util/aviio.c +++ b/src/lib/util/aviio.c @@ -1720,7 +1720,7 @@ static avi_error chunk_write(avi_file *file, UINT32 type, const void *data, UINT /* if we are getting too big, split the RIFF */ /* note that we ignore writes before the current RIFF base, as those are assumed to be - overwrites of a chunk from the previous RIFF */ + overwrites of a chunk from the previous RIFF */ if ((file->riffbase == 0 && file->writeoffs + length + compute_idx1_size(file) >= MAX_RIFF_SIZE) || (file->writeoffs >= file->riffbase && file->writeoffs + length - file->riffbase >= MAX_RIFF_SIZE)) { |
