Commit 3154768a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

cmd: Make WCMD_DumpCommands() static.

parent e7b36718
......@@ -1975,9 +1975,9 @@ BOOL WCMD_ReadFile(const HANDLE hIn, WCHAR *intoBuf, const DWORD maxChars,
/***************************************************************************
* WCMD_DumpCommands
*
* Domps out the parsed command line to ensure syntax is correct
* Dumps out the parsed command line to ensure syntax is correct
*/
void WCMD_DumpCommands(CMD_LIST *commands) {
static void WCMD_DumpCommands(CMD_LIST *commands) {
WCHAR buffer[MAXSTRING];
CMD_LIST *thisCmd = commands;
const WCHAR fmt[] = {'%','p',' ','%','d',' ','%','2','.','2','d',' ',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment