*** empty log message ***

This commit is contained in:
2005-05-08 10:58:26 +00:00
parent 108d071ef0
commit f547b276d5
2 changed files with 10 additions and 2 deletions

View File

@ -26,7 +26,7 @@ int xp_main ()
i, xp_stx_memory_alloc(&stx.memory, 100));
}
for (i = 0; i < 5; i++) {
for (i = 5; i < 10; i++) {
xp_stx_memory_dealloc (&stx.memory, i);
}