Commit 2dd35ac5 authored by Jan Zerebecki's avatar Jan Zerebecki Committed by Alexandre Julliard

cmd: Remove redundant const.

parent 3bf42961
......@@ -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', '$'
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment