Skip to content

Commit 2f8809a

Browse files
committed
frontend: fixed comment style issue
1 parent a601236 commit 2f8809a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/wizards/AutoConfigStreamPage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ void AutoConfigStreamPage::OnOAuthStreamKeyConnected()
297297
if (ytAuth->GetChannelDescription(cd)) {
298298
ui->connectedAccountText->setText(cd.title);
299299

300-
/* Create throwaway stream key for bandwidth test */
300+
// Create throwaway stream key for bandwidth test
301301
if (ui->doBandwidthTest->isChecked()) {
302302
StreamDescription stream = {"", "", "OBS Studio Test Stream"};
303303
if (ytAuth->InsertStream(stream)) {

0 commit comments

Comments
 (0)