Update loop.c
This commit is contained in:
parent
9635413682
commit
c9116d55f1
1 changed files with 2 additions and 2 deletions
4
loop.c
4
loop.c
|
@ -524,7 +524,7 @@ int loop (void) {
|
|||
exit (EXIT_FAILURE);
|
||||
}
|
||||
if (!strcmp (code, "call")) {
|
||||
printf ("You typed 0, switching to phone system.\n");
|
||||
printf ("You typed \"call\", switching to phone system.\n");
|
||||
do_phone_call (default_username);
|
||||
printf ("Calling you! Code: ");
|
||||
continue;
|
||||
|
@ -576,7 +576,7 @@ int loop (void) {
|
|||
exit (EXIT_FAILURE);
|
||||
}
|
||||
if (!strcmp (code, "call")) {
|
||||
printf ("You typed 0, switching to phone system.\n");
|
||||
printf ("You typed \"call\", switching to phone system.\n");
|
||||
do_phone_call (default_username);
|
||||
printf ("Calling you! Code: ");
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue