diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-08-07 15:31:57 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-08-07 15:31:57 +0000 |
| commit | 36879d778c30da82c90ae1d03cea8fd602738cec (patch) | |
| tree | 3e186a4644490ee86a7de6575f6a7b1e896c6d1a | |
| parent | 2efa8712a9d116e9ca891acec686a5158916d3d2 (diff) | |
cplusplus.cxx: Fix company name.
| -rw-r--r-- | NDKKit/Sources/cplusplus.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NDKKit/Sources/cplusplus.cxx b/NDKKit/Sources/cplusplus.cxx index b8c73df..6bb59f5 100644 --- a/NDKKit/Sources/cplusplus.cxx +++ b/NDKKit/Sources/cplusplus.cxx @@ -16,7 +16,7 @@ #define kOk (0) #define kSplashCxx() \ - kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 ZKA Electronics, all rights reserved.") + kPrintF(kWhite "%s\n", "ZKA C++ Compiler Driver, (c) 2024 ZKA Technologies, all rights reserved.") // import, @MLAutoRelease { ... }, fn foo() -> auto { ... } |
