Unverified Commit 386e108d authored by Wolle's avatar Wolle Committed by GitHub

Merge pull request #288 from tomole444/patch-1

typo in a comment
parents 058f132f 1c21c367
......@@ -437,7 +437,7 @@ bool Audio::connecttohost(const char* host, const char* user, const char* pwd) {
// initializationsequence
int16_t pos_slash; // position of "/" in hostname
int16_t pos_colon; // position of "/" in hostname
int16_t pos_colon; // position of ":" in hostname
int16_t pos_ampersand; // position of "&" in hostname
uint16_t port = 80; // port number
m_f_webstream = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment