diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 08:02:30 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 08:02:30 +0200 |
| commit | 11680de96d8b9e7dd70bee28cfd6c438d6aa3a9c (patch) | |
| tree | 4252b2aacc98e90ff4d274a795817cb60243e0f9 /dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | |
| parent | 432e353dce0277c795445e60f90c8271ebd8fa2e (diff) | |
meta/repository: fix capitalization on my name 'El' instead of 'EL'.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc')
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 3aa07d5..6a4e9cd 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -2,7 +2,7 @@ * ======================================================== * * bpp - * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. + * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. * * ======================================================== */ @@ -985,13 +985,13 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain) { if (strcmp(argv[index], "--bpp:ver") == 0) { - printf("%s\n", "bpp v1.11, (c) Amlal EL Mahrouss"); + printf("%s\n", "bpp v1.11, (c) Amlal El Mahrouss"); return 0; } if (strcmp(argv[index], "--bpp:?") == 0) { - printf("%s\n", "NE Preprocessor Driver v1.11, (c) Amlal EL Mahrouss"); + printf("%s\n", "NE Preprocessor Driver v1.11, (c) Amlal El Mahrouss"); printf("%s\n", "--bpp:working-dir <path>: set directory to working path."); printf("%s\n", "--bpp:include-dir <path>: add directory to include path."); printf("%s\n", "--bpp:def <name> <value>: define a macro."); |
