X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2432b92dd7a837db13d3938a56c1959decd03203..0d2a2b601b1994333886dff8f53d82a714c4042f:/src/common/config.cpp diff --git a/src/common/config.cpp b/src/common/config.cpp index 79613109ac..47cf94f498 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -273,9 +273,9 @@ wxString wxExpandEnvVars(const wxString& str) { Bracket_None, Bracket_Normal = ')', - Bracket_Curly = '}', + Bracket_Curly = '}' #ifdef __WXMSW__ - Bracket_Windows = '%' // yeah, Windows people are a bit strange ;-) + ,Bracket_Windows = '%' // yeah, Windows people are a bit strange ;-) #endif }; @@ -411,5 +411,4 @@ void wxSplitPath(wxArrayString& aParts, const char *sz) #endif // wxUSE_CONFIG - - \ No newline at end of file +