directfb: Fixed typo in log message.

Philipp Wiesemann 2017-05-11 23:00:39 +02:00
parent 75c0d1ef6d
commit 61c326e12b
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ DirectFB_DeviceInformation(IDirectFB * dfb)
SDL_DFB_LOG( "Driver Version: %d.%d", desc.driver.major,
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:");
for (n = 0; blitting_flags[n].flag; n++) {