Jan Zerebecki : cmd: Remove redundant const.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 23 05:28:17 CST 2007


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

Author: Jan Zerebecki <jan.wine at zerebecki.de>
Date:   Fri Feb 23 09:25:00 2007 +0100

cmd: Remove redundant const.

---

 programs/cmd/batch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/cmd/batch.c b/programs/cmd/batch.c
index 2044e28..1a9d9e1 100755
--- a/programs/cmd/batch.c
+++ b/programs/cmd/batch.c
@@ -437,7 +437,7 @@ void _splitpath(const CHAR* path, CHAR* drv, CHAR* dir, CHAR* name, CHAR* ext)
 void WCMD_HandleTildaModifiers(char **start, char *forVariable) {
 
 #define NUMMODIFIERS 11
-  const char const validmodifiers[NUMMODIFIERS] = {
+  const char validmodifiers[NUMMODIFIERS] = {
         '~', 'f', 'd', 'p', 'n', 'x', 's', 'a', 't', 'z', '$'
   };
 




More information about the wine-cvs mailing list