Merge branch 'next' of git://git.denx.de/u-boot-nios
[pandora-u-boot.git] / examples / standalone / hello_world.c
index 9317f6d..067c390 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;