explicit void...

This commit is contained in:
starfrost013
2025-01-12 23:22:22 +00:00
parent 31207c98d6
commit fa3fb7eccc

View File

@@ -268,13 +268,13 @@ static int seen = 0;
static int suppr_seen = 1; static int suppr_seen = 1;
// Functions only used in this translation unit // Functions only used in this translation unit
void pclog_ensure_stdlog_open(); void pclog_ensure_stdlog_open(void);
#endif #endif
/* /*
Ensures STDLOG is open for pclog_ex and pclog_ex_cyclic Ensures STDLOG is open for pclog_ex and pclog_ex_cyclic
*/ */
void pclog_ensure_stdlog_open() void pclog_ensure_stdlog_open(void)
{ {
#ifndef RELEASE_BUILD #ifndef RELEASE_BUILD
if (stdlog == NULL) { if (stdlog == NULL) {