wmail: declare enum variable with the right type.
This commit is contained in:
		
							parent
							
								
									7af1c537ac
								
							
						
					
					
						commit
						4497ebeab1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -641,7 +641,7 @@ static void CheckMBox( void )
 | 
				
			||||||
static void CheckMaildir( void )
 | 
					static void CheckMaildir( void )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    DIR *dir = NULL;
 | 
					    DIR *dir = NULL;
 | 
				
			||||||
    int lastState = state;
 | 
					    mail_state_t lastState = state;
 | 
				
			||||||
    unsigned lastMailCount = numMails;
 | 
					    unsigned lastMailCount = numMails;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if( forceRead ) {
 | 
					    if( forceRead ) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue