silence warning

This commit is contained in:
rsc 2006-05-26 05:43:43 +00:00
parent fc0f572d27
commit d4f27433da

View file

@ -615,7 +615,7 @@ __efgfmt(Fmt *fmt)
}else if(ndigits > 0){
ndigits--;
c = *digits++;
}else if(z2 > 0){
}else{
z2--;
c = '0';
}