Changeset 46046 in vbox for trunk/src/VBox/Devices/USB/darwin
- Timestamp:
- May 14, 2013 5:36:41 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp
r45756 r46046 322 322 AssertPtrReturn(pHead, VERR_INVALID_PARAMETER); 323 323 324 while ( RTListIsEmpty(pHead))324 while (!RTListIsEmpty(pHead)) 325 325 { 326 326 PRUNLOOPREFLIST pNode = RTListGetFirst(pHead, RUNLOOPREFLIST, List);
Note:
See TracChangeset
for help on using the changeset viewer.