ISO15765: Make a function static.

This commit is contained in:
Martin Mathieson 2021-07-14 13:29:33 +01:00
parent 560f271d27
commit 1f9f287fba
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ dissect_iso15765_lin(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void*
return dissect_iso15765(tvb, pinfo, tree, ISO15765_TYPE_LIN, lininfo->id, lininfo->len);
}
void
static void
register_lin_frames(void)
{
if (iso15765_handle_lin == NULL) {