From c3955cd62e6115536aa51398b846930a6c37b445 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 27 Nov 2018 07:03:57 +0000 Subject: [PATCH] Refs #709. Corrected ExtractProgramSettingsFromCommandLine() function header. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@645 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Host/Source/BootCommander/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Host/Source/BootCommander/main.c b/Host/Source/BootCommander/main.c index 67f8ecd8..93b4e74c 100644 --- a/Host/Source/BootCommander/main.c +++ b/Host/Source/BootCommander/main.c @@ -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