Skip to content

Commit

Permalink
lbm: fixed typo in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 24, 2018
1 parent 66c83de commit 09ac957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMG_lbm.c
Expand Up @@ -241,7 +241,7 @@ SDL_Surface *IMG_LoadLBM_RW( SDL_RWops *src )
MiniBuf = (Uint8 *)SDL_malloc( bytesperline * (nbplanes + stencil) );
if ( MiniBuf == NULL )
{
error="no enough memory for temporary buffer";
error="not enough memory for temporary buffer";
goto done;
}

Expand Down

0 comments on commit 09ac957

Please sign in to comment.