mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 14:45:00 +00:00 
			
		
		
		
	directfb: Fixed typo in log message.
This commit is contained in:
		
							parent
							
								
									75c0d1ef6d
								
							
						
					
					
						commit
						61c326e12b
					
				| 
						 | 
					@ -178,7 +178,7 @@ DirectFB_DeviceInformation(IDirectFB * dfb)
 | 
				
			||||||
    SDL_DFB_LOG( "Driver Version: %d.%d", desc.driver.major,
 | 
					    SDL_DFB_LOG( "Driver Version: %d.%d", desc.driver.major,
 | 
				
			||||||
            desc.driver.minor);
 | 
					            desc.driver.minor);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    SDL_DFB_LOG( "Video memoory:  %d", desc.video_memory);
 | 
					    SDL_DFB_LOG( "Video memory:   %d", desc.video_memory);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    SDL_DFB_LOG( "Blitting flags:");
 | 
					    SDL_DFB_LOG( "Blitting flags:");
 | 
				
			||||||
    for (n = 0; blitting_flags[n].flag; n++) {
 | 
					    for (n = 0; blitting_flags[n].flag; n++) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue