small tweaks

This commit is contained in:
rsc 2004-09-17 22:08:43 +00:00
parent 4611e331e7
commit b4c842f139
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,6 @@ int
vsnprint(char *buf, int len, char *fmt, va_list args)
{
Fmt f;
int x = 0;
if(len <= 0)
return -1;