summaryrefslogtreecommitdiff
path: root/src/cuecompressors
diff options
context:
space:
mode:
Diffstat (limited to 'src/cuecompressors')
-rwxr-xr-xsrc/cuecompressors/BLZCoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuecompressors/BLZCoder.java b/src/cuecompressors/BLZCoder.java
index 13b91e6..a5ff988 100755
--- a/src/cuecompressors/BLZCoder.java
+++ b/src/cuecompressors/BLZCoder.java
@@ -8,7 +8,7 @@ import java.io.IOException;
/*-- blz.c - Bottom LZ coding for Nintendo GBA/DS --*/
/*-- Copyright (C) 2011 CUE --*/
/*-- --*/
-/*-- Ported to Java by Dabomstew under the terms of the GPL: --*/
+/*-- Ported to Java by Dabomstew under the terms of the GPL: --*/
/*-- --*/
/*-- This program is free software: you can redistribute it and/or modify --*/
/*-- it under the terms of the GNU General Public License as published by --*/