Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
IHatePineapples committed Apr 28, 2024
1 parent 15dd6fa commit d015b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ssi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ u16_t ssi_handler(int iIndex, char *pcInsert, int iInsertLen)
default:
break;
}
return printed;
}

void ssi_init()
Expand Down

0 comments on commit d015b61

Please sign in to comment.