diff --git a/include/libg1m/format/casemul.h b/include/libg1m/format/casemul.h index d1e4738..6e8a0b0 100644 --- a/include/libg1m/format/casemul.h +++ b/include/libg1m/format/casemul.h @@ -39,12 +39,6 @@ struct casemul_internal_header { /* The multi-byte values are always little-endian, expected from the * values made with `MAKELONG` (like the internal header type, which, in the * source, is a DWORD), because its funnier. */ - - -/* TODO: The separator between header and source header: - * "\xFD\xB1\x7E" "\0\0\0\0\0\0\0" - * "\x18" "\0\0\0\0\0\0\0" - */ /* ************************************************************************** */ /* Overall, source and compiled headers */ /* ************************************************************************** */