Francois Gouget : cmd: Make WCMD_DumpCommands() static.

Alexandre Julliard julliard at winehq.org
Mon Dec 15 08:26:57 CST 2008


Module: wine
Branch: master
Commit: 3154768a94fdd7df5b042a1c008fa90dbd36fb1a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3154768a94fdd7df5b042a1c008fa90dbd36fb1a

Author: Francois Gouget <fgouget at 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',' ',




More information about the wine-cvs mailing list