Skip to content

Commit

Permalink
directfb: Fixed typo in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 11, 2017
1 parent 75c0d1e commit 61c326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/directfb/SDL_DirectFB_video.c
Expand Up @@ -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++) {
Expand Down

0 comments on commit 61c326e

Please sign in to comment.