Commit 7805ff32 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dsound: Avoid signed-unsigned integer comparisons.

parent 7c5517da
......@@ -262,7 +262,7 @@ HRESULT DSOUND_PrimaryOpen(DirectSoundDevice *device)
{
IDirectSoundBufferImpl** dsb = device->buffers;
LPBYTE newbuf;
DWORD i;
int i;
TRACE("(%p)\n", device);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment