mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-12 11:08:14 +00:00
[host] cleanup some missing (void) parameters
This commit is contained in:
committed by
Geoffrey McRae
parent
0ea188faf8
commit
9ddfa585ec
@@ -58,7 +58,7 @@ struct Service service = { 0 };
|
||||
|
||||
char logTime[100];
|
||||
|
||||
char * currentTime()
|
||||
char * currentTime(void)
|
||||
{
|
||||
time_t t = time(NULL);
|
||||
strftime(logTime, sizeof logTime, "%Y-%m-%d %H:%M:%S", localtime(&t));
|
||||
|
||||
Reference in New Issue
Block a user