aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/helpers.c')
-rw-r--r--Alc/helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c
index 8f6420d1..2845e056 100644
--- a/Alc/helpers.c
+++ b/Alc/helpers.c
@@ -640,7 +640,7 @@ FILE *OpenDataFile(const char *fname, const char *subdir)
}
if((str=getenv("XDG_DATA_DIRS")) == NULL || str[0] == '\0')
- str = " /usr/local/share/:/usr/share/";
+ str = "/usr/local/share/:/usr/share/";
next = str;
while((str=next) != NULL && str[0] != '\0')