mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Fix typo error
Former-commit-id: 664fc81f7bcfab58ac543f08725992044e51d8db
This commit is contained in:
		@@ -18,7 +18,7 @@ inline VideoMode parse3DMode(std::string videoMode)
 | 
			
		||||
	// convert to lower case
 | 
			
		||||
	std::transform(videoMode.begin(), videoMode.end(), videoMode.begin(), ::tolower);
 | 
			
		||||
 | 
			
		||||
	if (videoMode == "23DTAB")
 | 
			
		||||
	if (videoMode == "3DTAB")
 | 
			
		||||
	{
 | 
			
		||||
		return VIDEO_3DTAB;
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user