aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index f3096b73..35dcd25d 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -671,7 +671,7 @@ void al_print(const char *fname, unsigned int line, const char *fmt, ...)
int i;
fn = strrchr(fname, '/');
- if(!fn) fn = strrchr(fname, '\\');;
+ if(!fn) fn = strrchr(fname, '\\');
if(!fn) fn = fname;
else fn += 1;