Module: wine Branch: master Commit: 3154768a94fdd7df5b042a1c008fa90dbd36fb1a URL: http://source.winehq.org/git/wine.git/?a=commit;h=3154768a94fdd7df5b042a1c00...
Author: Francois Gouget fgouget@free.fr Date: Sat Dec 13 12:00:44 2008 +0100
cmd: Make WCMD_DumpCommands() static.
---
programs/cmd/wcmdmain.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/cmd/wcmdmain.c b/programs/cmd/wcmdmain.c index 0771e2e..8d587e6 100644 --- a/programs/cmd/wcmdmain.c +++ b/programs/cmd/wcmdmain.c @@ -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',' ',