From 7d884388f69b94a953d3d7c5e8488de1b7615361 Mon Sep 17 00:00:00 2001 From: Dabomstew Date: Mon, 22 Feb 2016 10:59:53 +1300 Subject: Actually fix tabs in leading comments. --- src/cuecompressors/BLZCoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cuecompressors/BLZCoder.java') 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 --*/ -- cgit v1.2.3