1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-23 16:13:39 +00:00

spelling cosmetics

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-29 19:56:17 +00:00
parent b305934c76
commit 4d190ca5fc

View File

@ -392,7 +392,7 @@ int mp_input_ar_read(int fd)
(*hidDeviceInterface)->close(hidDeviceInterface);
hidDeviceIsOpen = 0;
// read out all pending events
// Read out all pending events.
while (result == kIOReturnSuccess)
result = (*queue)->getNextEvent(queue, &event, zeroTime, 0);
}