diff options
author | Teddy <[email protected]> | 2014-03-26 03:48:13 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-03-26 03:48:13 +0800 |
commit | c3b22761ae47922b29de30d18a6a0f3c4541daf7 (patch) | |
tree | e6d2a4fd02c4a8f93f5b9ef280a248fcaff95ece | |
parent | b5977b972befa8b81cae58deb5a19fc1a5f623fe (diff) |
...
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | main.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CBIC -- C Implemented Bare and Ingenuous Compiler +CBIC: C Implemented Bare and Ingenuous Compiler ================================================= Build Requirements @@ -43,7 +43,7 @@ void print_ast() { void print_help() { fprintf(stderr, - "CBIC -- C Implemented Bare and Ingenuous Compiler\n\n" + "CBIC: C Implemented Bare and Ingenuous Compiler\n\n" "Copyright (C) 2014 Ted Yin\n" "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n" "There is NO WARRANTY, to the extent permitted by law.\n" |