Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed May 7, 2024
1 parent 8b2dff1 commit 1c1334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ struct channel {
struct rtp_state rtp;

struct sockaddr_storage source_socket; // Source address of our data output
struct sockaddr_storage dest_socket; // Dest of our data outputg (typically multicast)
struct sockaddr_storage dest_socket; // Dest of our data output (typically multicast)
char dest_string[_POSIX_HOST_NAME_MAX+20]; // Allow room for :portnum

int channels; // 1 = mono, 2 = stereo (settable)
Expand Down

0 comments on commit 1c1334d

Please sign in to comment.