]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blobdiff - examples/standalone/hello_world.c
command: Remove the cmd_tbl_t typedef
[ti-u-boot/ti-u-boot.git] / examples / standalone / hello_world.c
index 1f61bb477720dd13394b31b18aa928ca428c4a51..263cd9ca079da8d4a16542eda8d3952507b32335 100644 (file)
@@ -7,7 +7,7 @@
 #include <common.h>
 #include <exports.h>
 
-int hello_world (int argc, char * const argv[])
+int hello_world(int argc, char *const argv[])
 {
        int i;