cmd: Make WCMD_DumpCommands() static.

Francois Gouget fgouget at free.fr
Sat Dec 13 05:00:44 CST 2008


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




More information about the wine-patches mailing list