mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
silence warning
This commit is contained in:
parent
fc0f572d27
commit
d4f27433da
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ __efgfmt(Fmt *fmt)
|
|||
}else if(ndigits > 0){
|
||||
ndigits--;
|
||||
c = *digits++;
|
||||
}else if(z2 > 0){
|
||||
}else{
|
||||
z2--;
|
||||
c = '0';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue