fix percent options parsing
Signed-off-by: Simon Thum <simon.thum@gmx.de> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									46b4979601
								
							
						
					
					
						commit
						2fbccc881b
					
				| 
						 | 
					@ -212,7 +212,7 @@ LookupBoolOption(pointer optlist, const char *name, int deflt, Bool markUsed)
 | 
				
			||||||
    return deflt;
 | 
					    return deflt;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int
 | 
					static double
 | 
				
			||||||
LookupPercentOption(pointer optlist, const char *name, double deflt, Bool markUsed)
 | 
					LookupPercentOption(pointer optlist, const char *name, double deflt, Bool markUsed)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    OptionInfoRec o;
 | 
					    OptionInfoRec o;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue