diff options
Diffstat (limited to 'elf/ifuncmain5.c')
-rw-r--r-- | elf/ifuncmain5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain5.c b/elf/ifuncmain5.c index 819a443904..7f128d006e 100644 --- a/elf/ifuncmain5.c +++ b/elf/ifuncmain5.c @@ -27,7 +27,7 @@ int main (void) { foo_p p; - + p = get_foo (); if ((*p) () != -1) abort (); |