Skip to content

Commit

Permalink
vlstrtok (fixed a random space lol)
Browse files Browse the repository at this point in the history
  • Loading branch information
realzvqle committed Aug 18, 2024
1 parent 739e3f2 commit f705215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void VlEntry() {
WCHAR* first;
WCHAR* second;
WCHAR* input = VlGets(L"Type Strings So It Can Be Parsed", 1024);
VlStrTok(&first, 512,& second, 512, L' ', input);
VlStrTok(&first, 512,&second, 512, L' ', input);
VlPuts(first);
VlPuts(L" --- ");
VlPuts(second);
Expand Down

0 comments on commit f705215

Please sign in to comment.