mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 03:02:37 +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
|
||||
case '7':
|
||||
return .PAM
|
||||
case 'f', 'F':
|
||||
case 'F', 'f':
|
||||
return .PFM
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user