aboutsummaryrefslogtreecommitdiff
path: root/elf/ifuncmain1vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/ifuncmain1vis.c')
-rw-r--r--elf/ifuncmain1vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain1vis.c b/elf/ifuncmain1vis.c
index 81cd122..d35e2f8 100644
--- a/elf/ifuncmain1vis.c
+++ b/elf/ifuncmain1vis.c
@@ -50,7 +50,7 @@ int
main (void)
{
foo_p p;
-
+
if (foo_ptr != foo)
abort ();
if ((*foo_ptr) () != -30)