summaryrefslogtreecommitdiffstats
path: root/libs/elfio/elf_examples/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/elfio/elf_examples/hello.c')
-rw-r--r--libs/elfio/elf_examples/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/elfio/elf_examples/hello.c b/libs/elfio/elf_examples/hello.c
index 65f198c..07dcbd7 100644
--- a/libs/elfio/elf_examples/hello.c
+++ b/libs/elfio/elf_examples/hello.c
@@ -2,7 +2,7 @@
int main()
{
- printf( "Hello\n" );
+ printf("Hello\n");
return 0;
}
OpenPOWER on IntegriCloud