Use void for empty function parameter list

PR #4371 <https://github.com/Genymobile/scrcpy/pull/4371>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Avinash Sonawane
2023-10-16 07:41:46 +05:30
committed by Romain Vimont
parent 1c864a88eb
commit 7adf98e9d4
2 changed files with 2 additions and 2 deletions

View File

@@ -36,6 +36,6 @@ sc_log_windows_error(const char *prefix, int error);
#endif
void
sc_log_configure();
sc_log_configure(void);
#endif