command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / doc / README.standalone
index 28ebde1dec745e03836078abe6597cc892ae3aa0..874ca2f7c66a15bdd830c2ef64425a3920433ef0 100644 (file)
@@ -40,7 +40,7 @@ Design Notes on Exporting U-Boot Functions to Standalone Applications:
    that returns the ABI version of the running U-Boot. I.e., a
    typical application startup may look like this:
 
-       int my_app (int argc, char * const argv[])
+       int my_app (int argc, char *const argv[])
        {
                app_startup (argv);
                if (get_version () != XF_VERSION)