1
0
Fork 0
This commit is contained in:
Frank Celler 2012-04-22 09:41:43 +02:00
parent f97a72b967
commit 81848e7d63
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ static void RunShell (mrb_state* mrb) {
console->open(! NoAutoComplete);
while (true) {
char* input = console->prompt("avocmrb> ");
char* input = console->prompt("avocirb> ");
if (input == 0) {
printf("\nBye Bye! Auf Wiedersehen! さようなら\n");