]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/standalone/hello_world.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / examples / standalone / hello_world.c
index 9317f6d8c0b211077f7c2cc6bc2bd1d6702c7110..067c39046dd93845ff5b306392f65807e8ef16bf 100644 (file)
@@ -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;