Skip to content

Commit

Permalink
Fix syntax for pre-C23 standard compilers (#3736) (#3878)
Browse files Browse the repository at this point in the history
Co-authored-by: Paulius Vitkus <[email protected]>
  • Loading branch information
nibanks and behda authored Sep 26, 2023
1 parent ac2d7bb commit c3e071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generated/stdout/quic_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void clog_stdout(struct clog_param * head, const char * const format, ...)
}
}

JustPrint:
JustPrint: ;
// print the log line
va_list ap;
va_start(ap, format);
Expand Down

0 comments on commit c3e071f

Please sign in to comment.