Skip to content

Commit

Permalink
Fix changed function call to LiStartConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
irtimmer committed Jul 7, 2015
1 parent f2303fc commit d0e0856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void stream(STREAM_CONFIGURATION* config, const char* address, const char

video_init();

LiStartConnection(address, config, &connection_callbacks, decoder_callbacks, &audio_callbacks, NULL, NULL, 0, client_get_server_version());
LiStartConnection(address, config, &connection_callbacks, decoder_callbacks, &audio_callbacks, NULL, 0, client_get_server_version());

input_loop();

Expand Down

0 comments on commit d0e0856

Please sign in to comment.