Skip to content

Commit

Permalink
Pretty printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 9, 2004
1 parent 51cd2fb commit d1e0c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debug/tst-chk1.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ do_prepare (void)
}
}

volatile int chk_fail_ok, ret;
volatile int chk_fail_ok;
volatile int ret;
jmp_buf chk_fail_buf;

static void
Expand Down

0 comments on commit d1e0c70

Please sign in to comment.