diff options
Diffstat (limited to 'dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc')
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc index 5afb63e..2d4c11a 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc @@ -971,13 +971,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."); |
