aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-07 04:31:43 -0700
committerChris Robinson <[email protected]>2011-05-07 04:31:43 -0700
commita8fdcd30a54ae2bceb964e4f760fc872497fd7e2 (patch)
tree5d8975ed70f7ae4737c61765108642c58b0e5429 /Alc/ALc.c
parentdb3cb23c1d9508337852b1f9ca29bc74b6725e9f (diff)
Some minor cleanups
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;