From cbe642bfc8f9781d254227da51bc09ac23c268f9 Mon Sep 17 00:00:00 2001 From: Jake-B Date: Wed, 28 Jan 2015 17:00:08 -0500 Subject: [PATCH] Added .sym and .ntkc file types as assumed binary. --- toolbox/os.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/os.cpp b/toolbox/os.cpp index 9b044dc..c37a0b3 100644 --- a/toolbox/os.cpp +++ b/toolbox/os.cpp @@ -269,7 +269,7 @@ namespace OS // MrC / MrCpp temp file. if (ext == "n") return true; - // Newton C++ Tootls output + // Newton C++ Tools output if (ext == "ntkc") return true; break;