- Replace 'for(' with 'for ('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2360 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -90,7 +90,7 @@ int add_default_dirs(void)
|
||||
GetModuleFileName (NULL, strExePath, MAX_PATH);
|
||||
*strrchr(strExePath, '\\')=0;
|
||||
strcat(strExePath, "/../lib/"PACKAGE);
|
||||
for(p=strExePath; *p; p++) {
|
||||
for (p=strExePath; *p; p++) {
|
||||
if (*p == '\\')
|
||||
*p = '/';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user