1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-12-26 15:10:40 +05:30

main.c: close 1 FIXME

This commit is contained in:
Intel A80486DX2-66 2024-11-20 21:59:23 +03:00
parent 4f13f77108
commit 42bdb6acc0
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -326,7 +326,6 @@ int main(int argc, char** argv) {
}
if (READ_CONFIG(C_CONTENTS)) {
// FIXME: interprets *.txt files as binary
file_type = determine_file_type(file, file_path);
if (file_type == FILE_TYPE_ERROR) {