This commit is contained in:
gingerBill
2022-05-14 14:26:50 +01:00
+1 -1
View File
@@ -119,7 +119,7 @@ which_bytes :: proc(data: []byte) -> Which_File_Type {
return .PPM return .PPM
case '7': case '7':
return .PAM return .PAM
case 'f', 'F': case 'F', 'f':
return .PFM return .PFM
} }
} }