summaryrefslogtreecommitdiffstats
path: root/examples/standalone/hello_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/standalone/hello_world.c')
-rw-r--r--examples/standalone/hello_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/hello_world.c b/examples/standalone/hello_world.c
index 9317f6d8c0..067c39046d 100644
--- a/examples/standalone/hello_world.c
+++ b/examples/standalone/hello_world.c
@@ -24,7 +24,7 @@
#include <common.h>
#include <exports.h>
-int hello_world (int argc, char *argv[])
+int hello_world (int argc, char * const argv[])
{
int i;
OpenPOWER on IntegriCloud