Skip to content

Commit

Permalink
Improve type
Browse files Browse the repository at this point in the history
  • Loading branch information
IHatePineapples committed Apr 28, 2024
1 parent e56c02d commit 56f432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const char *ssi_tags[] = {

u16_t ssi_handler(int iIndex, char *pcInsert, int iInsertLen)
{
std::size_t printed;
u16_t printed;
const auto &[id, state] = current_job;

switch (iIndex)
Expand Down

0 comments on commit 56f432f

Please sign in to comment.