diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-09 09:12:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-09 09:12:14 +0000 |
commit | d1e0c700244fd322cc0d11031d1007fd05e883f1 (patch) | |
tree | 5482e763009c990b1f4b247a0ff029cfb4b5413c /debug/tst-chk1.c | |
parent | 51cd2fbfb800b3acdcd1d8bd61899f8d324ffe79 (diff) | |
download | glibc-d1e0c700244fd322cc0d11031d1007fd05e883f1.tar glibc-d1e0c700244fd322cc0d11031d1007fd05e883f1.tar.gz glibc-d1e0c700244fd322cc0d11031d1007fd05e883f1.tar.bz2 glibc-d1e0c700244fd322cc0d11031d1007fd05e883f1.zip |
Pretty printing.
Diffstat (limited to 'debug/tst-chk1.c')
-rw-r--r-- | debug/tst-chk1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index ef7f278a8c..fb2074d0bf 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.c @@ -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 |