Skip to content

Commit

Permalink
fix: comment style
Browse files Browse the repository at this point in the history
This commit fixes the comment style to follow the standard.
  • Loading branch information
ThePedroo committed Sep 22, 2024
1 parent 38189d3 commit d07e2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ int main(void) {
int APIENTRY WinMain(HINSTANCE h_instance, HINSTANCE h_prev_instance, LPSTR lp_cmd_line, int n_cmd_show) {
(void) h_instance; (void) h_prev_instance; (void) lp_cmd_line; (void) n_cmd_show;

/* Set stdout to line buffered */
/* INFO: Set stdout to unbuffered */
setbuf(stdout, NULL);

return main();
Expand Down

0 comments on commit d07e2ba

Please sign in to comment.