cmd: Make WCMD_DumpCommands() static.

This commit is contained in:
Francois Gouget 2008-12-13 12:00:44 +01:00 committed by Alexandre Julliard
parent e7b3671813
commit 3154768a94
1 changed files with 2 additions and 2 deletions

View File

@ -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',' ',