reformatted changes
This commit is contained in:
parent
eb90985bf5
commit
b44810418b
@ -109,7 +109,7 @@ INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
||||
}
|
||||
|
||||
AddDefaultSettings(settings);
|
||||
|
||||
|
||||
if (freerdp_client_start(context) != 0)
|
||||
goto out;
|
||||
|
||||
@ -148,4 +148,3 @@ int main()
|
||||
return WinMain(NULL, NULL, NULL, 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -103,7 +103,6 @@ static void AddDefaultSettings_I(rdpSettings* settings, size_t idHostname, size_
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
fail:
|
||||
CredFree(Credential);
|
||||
free(TargetName);
|
||||
|
Loading…
Reference in New Issue
Block a user