소스 검색

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

gingerBill 3 년 전
부모
커밋
2ef6544ca2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 			}
 		}