Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 10, 2023
1 parent 320bc7d commit 6cba36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokenize.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static void read_identifier_or_number(struct State *st, char firstbyte, char (*d
return;
}
}
}
}

static void consume_rest_of_line(struct State *st)
{
Expand Down

0 comments on commit 6cba36d

Please sign in to comment.