diff options
author | Dabomstew <dbs.stew@gmail.com> | 2016-02-22 10:59:53 +1300 |
---|---|---|
committer | Dabomstew <dbs.stew@gmail.com> | 2016-02-22 10:59:53 +1300 |
commit | 7d884388f69b94a953d3d7c5e8488de1b7615361 (patch) | |
tree | ce82ea9eabae77f61f990787e37670f10149bced /src/cuecompressors/BLZCoder.java | |
parent | a97ccb1d4cdc5961d90ad5cbb68743705ca12941 (diff) |
Actually fix tabs in leading comments.
Diffstat (limited to 'src/cuecompressors/BLZCoder.java')
-rwxr-xr-x | src/cuecompressors/BLZCoder.java | 2 |
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 --*/ |