Cleanup.
This commit is contained in:
@@ -31,7 +31,7 @@ static void safe_print(int fd, ...)
|
||||
va_list ap;
|
||||
va_start( ap, fd );
|
||||
|
||||
while(1)
|
||||
while( true )
|
||||
{
|
||||
const char *p = va_arg( ap, const char * );
|
||||
if( p == NULL )
|
||||
|
||||
Reference in New Issue
Block a user