fixed compiler warning

This commit is contained in:
Martin Haimberger 2014-01-15 06:15:18 -08:00
parent 65d7e17d4c
commit 24ee273540

View File

@ -93,7 +93,7 @@ struct _COMMAND_LINE_ARGUMENT_A
LPCSTR Name;
DWORD Flags;
LPCSTR Format;
LPSTR Default;
LPCSTR Default;
LPSTR Value;
LONG Index;
LPCSTR Alias;