From b03f3d83efcbc012c4153da14eaf158bb50031d2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 3 Jan 2024 23:40:16 +0100 Subject: tools: incremental changes, support for a C compiler will soon be here. alongside the 32x0. Signed-off-by: Amlal El Mahrouss --- C++Kit/StdKit/String.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'C++Kit/StdKit/String.hpp') diff --git a/C++Kit/StdKit/String.hpp b/C++Kit/StdKit/String.hpp index a3b1f5f..4addea8 100644 --- a/C++Kit/StdKit/String.hpp +++ b/C++Kit/StdKit/String.hpp @@ -1,7 +1,7 @@ /* * ======================================================== * - * NewOS + * CxxKit * Copyright Western Company, all rights reserved. * * ======================================================== @@ -69,4 +69,4 @@ namespace CxxKit static bool Equals(const char *lhs, const char *rhs); }; -} // namespace NewOS +} // namespace CxxKit -- cgit v1.2.3