Skip to content

Commit

Permalink
modify some codes
Browse files Browse the repository at this point in the history
  • Loading branch information
liexusong committed Jun 26, 2013
1 parent 06cb2d5 commit 74b2ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beast_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ int beast_mm_availspace()

int beast_mm_realspace()
{
beast_header_t *header = (beast_header_t *)beast_mm_block;
beast_header_t *header = (beast_header_t *)beast_mm_block;
return header->segsize;
}

Expand Down

0 comments on commit 74b2ba5

Please sign in to comment.