diff options
Diffstat (limited to 'elf/ifuncmain1.c')
-rw-r--r-- | elf/ifuncmain1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain1.c b/elf/ifuncmain1.c index cc1e5ec..747fc02 100644 --- a/elf/ifuncmain1.c +++ b/elf/ifuncmain1.c @@ -29,7 +29,7 @@ int main (void) { foo_p p; - + if (foo_ptr != foo) abort (); if (foo () != -1) |