]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blobdiff - examples/api/demo.c
command: Remove the cmd_tbl_t typedef
[ti-u-boot/ti-u-boot.git] / examples / api / demo.c
index e7523786b41dbc21b8fa2545baf092d621593d58..d586174ce8c92a820f45f6153e9dcc0b879e93bf 100644 (file)
@@ -24,7 +24,7 @@ void  test_dump_sig(struct api_signature *);
 
 static char buf[BUF_SZ];
 
-int main(int argc, char * const argv[])
+int main(int argc, char *const argv[])
 {
        int rv = 0, h, i, j, devs_no;
        struct api_signature *sig = NULL;