mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 10:01:26 +02:00
Refactor: infinite loop based on Dolphin's style guidelines
This commit is contained in:
parent
b5a0d293ae
commit
391dae718d
@ -24,7 +24,7 @@ bool IsTAPDevice(const TCHAR* guid)
|
|||||||
if (status != ERROR_SUCCESS)
|
if (status != ERROR_SUCCESS)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
for (;;)
|
while (true)
|
||||||
{
|
{
|
||||||
TCHAR enum_name[256];
|
TCHAR enum_name[256];
|
||||||
TCHAR unit_string[256];
|
TCHAR unit_string[256];
|
||||||
|
Loading…
Reference in New Issue
Block a user