mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-08 17:13:32 +08:00
Use `;' instead of (void)0.
This commit is contained in:
parent
f3bcc28b21
commit
ed48dc8cae
@ -301,7 +301,7 @@ strftime (s, maxsize, format, tp)
|
||||
size_t len = strftime (p, maxsize - i, subfmt, tp);
|
||||
if (len == 0 && *subfmt)
|
||||
return 0;
|
||||
add(len, (void) 0);
|
||||
add (len, ;);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user