fix double semicolon
Stefan Schuermans

Stefan Schuermans commited on 2016-12-29 00:13:33
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -462,7 +462,7 @@ static int open_and_output_loop(SOCKET udpSocket, char *device,
462 462
                        format_channels, format_colors, proto, 1,
463 463
                        reopen_device_ms);
464 464
     if (err != 0)
465
-      break;;
465
+      break;
466 466
 
467 467
   }
468 468
 
469 469