Skip to content

Commit 95e9b40

Browse files
committed
Fix compiler warnings.
1 parent 8e52348 commit 95e9b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ax25_link.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ void ax25_link_init (struct misc_config_s *pconfig, int debug)
769769

770770
static int next_stream_id = 0;
771771

772-
static ax25_dlsm_t *get_link_handle (char addrs[AX25_MAX_ADDRS][AX25_MAX_ADDR_LEN], int num_addr, int chan, int client, int create)
772+
static ax25_dlsm_t *get_link_handle (char addrs[][AX25_MAX_ADDR_LEN], int num_addr, int chan, int client, int create)
773773
{
774774

775775
ax25_dlsm_t *p;

0 commit comments

Comments
 (0)