Removed superfluous :
This commit is contained in:
parent
0f809c61dc
commit
52287793fb
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ _doscan(register FILE *stream, const char *format, va_list ap)
|
|||
*str = '\0';
|
||||
}
|
||||
break;
|
||||
#ifndef NOFLOAT:
|
||||
#ifndef NOFLOAT
|
||||
case 'e':
|
||||
case 'E':
|
||||
case 'f':
|
||||
|
|
Loading…
Reference in a new issue