浏览代码

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