leftovers in the 3.2.4 release

This commit is contained in:
albert
2004-11-04 20:50:59 +00:00
parent 6c949eddbe
commit c961f2604a
11 changed files with 259 additions and 157 deletions

View File

@ -82,7 +82,6 @@ char *sprint_uptime(void) {
return buf;
}
void print_uptime(void)
{
void print_uptime(void) {
printf("%s\n", sprint_uptime());
}