summaryrefslogtreecommitdiff
path: root/src/helper/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/options.c')
-rw-r--r--src/helper/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/options.c b/src/helper/options.c
index c48939e5..23491d3f 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 = '/';
}