Explorar o código

Merge branch 'master' of https://github.com/odin-lang/Odin

gingerBill %!s(int64=3) %!d(string=hai) anos
pai
achega
2ef6544ca2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/image/which.odin

+ 1 - 1
core/image/which.odin

@@ -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
 			}
 		}