mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-11 23:45:15 +02:00
Use `;' instead of (void)0.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user