mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-14 11:46:26 +00:00
Fix incorrect function definition
This commit is contained in:
@@ -524,7 +524,7 @@ Cleanup:
|
||||
return err;
|
||||
}
|
||||
|
||||
const char* LiGetLaunchUrlQueryParameters() {
|
||||
const char* LiGetLaunchUrlQueryParameters(void) {
|
||||
// v0 = Video encryption and control stream encryption v2
|
||||
// v1 = RTSP encryption
|
||||
return "&corever=1";
|
||||
|
||||
Reference in New Issue
Block a user