Skip to content

Commit

Permalink
Fix incorrect function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Feb 25, 2024
1 parent ba1fc33 commit 48d7f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ int LiStartConnection(PSERVER_INFORMATION serverInfo, PSTREAM_CONFIGURATION stre
return err;
}

const char* LiGetLaunchUrlQueryParameters() {
const char* LiGetLaunchUrlQueryParameters(void) {
// v0 = Video encryption and control stream encryption v2
// v1 = RTSP encryption
return "&corever=1";
Expand Down

0 comments on commit 48d7f1a

Please sign in to comment.