X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..6603071a994f30ad21f1f4e19f03397c360bfafa:/src/palmos/main.cpp diff --git a/src/palmos/main.cpp b/src/palmos/main.cpp index df38c0718e..551f447306 100644 --- a/src/palmos/main.cpp +++ b/src/palmos/main.cpp @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: palmos/main.cpp +// Name: src/palmos/main.cpp // Purpose: wxEnter for Palm OS -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/07/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -44,7 +44,7 @@ int wxEntry() { - /* There is no command line in PalmOS. For now generate a fake arument + /* There is no command line in PalmOS. For now generate a fake arument * list. Later this may be changed to reflect the application launch code */ wxArrayString args; @@ -59,7 +59,7 @@ int wxEntry() // argv[] must be NULL-terminated argv[argc] = NULL; - + return wxEntry(argc, argv); }