mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Merge branch 'master' of https://github.com/odin-lang/Odin
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user