Skip to content

Commit ffa20ba

Browse files
committed
Low: Fix __attribute__ syntax in return_0_booth_site()
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>
1 parent 390b38e commit ffa20ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ booth_sctp_broadcast(void *buf __attribute__((unused)),
10411041
}
10421042

10431043
static int
1044-
return_0_booth_site(struct booth_site *v __attribute((unused)))
1044+
return_0_booth_site(struct booth_site *v __attribute__((unused)))
10451045
{
10461046
return 0;
10471047
}

0 commit comments

Comments
 (0)