Some small changes

This commit is contained in:
ceriel
1993-11-10 12:35:33 +00:00
parent e3f7597cde
commit 799481ef90
5 changed files with 5 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ int i;
{
static char buf[30];
(void) sprint(buf,"%d",i);
sprint(buf,"%d",i);
return(buf);
}