X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Foptions.c;h=23491d3f5b2c075cd932ffff2fafca990e06260e;hp=c48939e5a6ef056c472649cffb588e8692d2eae7;hb=95d2a2372421aeddae01f1af51279ab7989e46b5;hpb=9af5e445b796f3b4a51d41f9d2eeaf1f5cd78e3b diff --git a/src/helper/options.c b/src/helper/options.c index c48939e5a6..23491d3f5b 100644 --- a/src/helper/options.c +++ b/src/helper/options.c @@ -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 = '/'; }