diff options
Diffstat (limited to 'examples/standalone/hello_world.c')
-rw-r--r-- | examples/standalone/hello_world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/hello_world.c b/examples/standalone/hello_world.c index 9317f6d..067c390 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; |