Skip to content

Commit

Permalink
Update ascii.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 5, 2023
1 parent 2ef3f05 commit bac04b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/ascii.jou
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def split_by_ascii_whitespace(s: byte*) -> byte**:

assert result_ptr == &result[count]
*result_ptr = NULL
return result
return result

0 comments on commit bac04b6

Please sign in to comment.