diff options
Diffstat (limited to 'doc/README.standalone')
-rw-r--r-- | doc/README.standalone | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.standalone b/doc/README.standalone index 28ebde1dec..874ca2f7c6 100644 --- a/doc/README.standalone +++ b/doc/README.standalone @@ -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) |