Refs #709. Corrected ExtractProgramSettingsFromCommandLine() function header.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@645 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-11-27 07:03:57 +00:00
parent 73afe21713
commit c3955cd62e
1 changed files with 1 additions and 3 deletions

View File

@ -792,9 +792,7 @@ static void DisplayFirmwareDataInfo(uint32_t segments, uint32_t base, uint32_t s
/************************************************************************************//**
** \brief Parses the command line to extract the program settings. Note that this
** function allocates the memory necessary to store the settings. It is the
** caller's responsibility to free this memory after it is done with it.
** \brief Parses the command line to extract the program settings.
** \param argc Number of program arguments.
** \param argv Array with program parameter strings.
** \param programSettings Pointer to the setting structure where the program settings