From b6f625090109568d4bfd9f5fc6bc5c88682795b8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 1 Jan 2025 23:25:26 +0100 Subject: IMPL: Update to date fixes to compiler. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 917c39e..906ba4e 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -971,13 +971,13 @@ TOOLCHAINKIT_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) Theater Quality Corporporated"); + printf("%s\n", "bpp v1.11, (c) Theater Quality Corp."); return 0; } if (strcmp(argv[index], "--bpp:?") == 0) { - printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) Theater Quality Corporporated"); + printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) Theater Quality Corp."); printf("%s\n", "--bpp:working-dir : set directory to working path."); printf("%s\n", "--bpp:include-dir : add directory to include path."); printf("%s\n", "--bpp:def : define a macro."); -- cgit v1.2.3