This commit is contained in:
Gwenhael Le Moine 2024-03-11 08:09:10 +01:00
parent d816bb370c
commit 66a76e25fd
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -3929,7 +3929,7 @@ static void cmd_stack( int argc, char** argv )
sp += 5;
se = ( struct se* )malloc( sizeof( struct se ) );
if ( se == 0 ) {
fprintf( stderr, "Out off memory.\n" );
fprintf( stderr, "Out of memory.\n" );
break;
}
se->se_n = n;