summaryrefslogtreecommitdiff
path: root/src/fmt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt.rs')
-rw-r--r--src/fmt.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fmt.rs b/src/fmt.rs
index 61f53eb..2ce342e 100644
--- a/src/fmt.rs
+++ b/src/fmt.rs
@@ -8,7 +8,6 @@ use std::io::Read;
use self::byteorder::{ByteOrder, LittleEndian};
-
// The ".grp" file format is just a collection of a lot of files stored into 1 big
// one. I tried to make the format as simple as possible: The first 12 bytes
// contains my name, "KenSilverman". The next 4 bytes is the number of files that