Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jan 24, 2011
1 parent 3435610 commit ad1035b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/perftools.c
Expand Up @@ -93,7 +93,7 @@ static VALUE Isend;
method = frame->last_func;
SAVE_FRAME();
}
/**/
*/

for (; frame && (n = frame->node); frame = frame->prev) {
if (frame->prev && frame->prev->last_func) {
Expand Down

0 comments on commit ad1035b

Please sign in to comment.