]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/config.cpp
final revision
[wxWidgets.git] / src / common / config.cpp
index 660932e4697aa927a42a7ebd771a376323485a09..17db0fca5aedaa314917dc19ed1851ac5e2cae8a 100644 (file)
@@ -382,7 +382,7 @@ wxString wxExpandEnvVars(const wxString& str)
 
           while ( m < str.length() && (wxIsalnum(str[m]) || str[m] == wxT('_')) )
             m++;
 
           while ( m < str.length() && (wxIsalnum(str[m]) || str[m] == wxT('_')) )
             m++;
-
           wxString strVarName(str.c_str() + n + 1, m - n - 1);
 
 #ifdef __WXWINCE__
           wxString strVarName(str.c_str() + n + 1, m - n - 1);
 
 #ifdef __WXWINCE__