Update loop.c
This commit is contained in:
parent
5f40cc4e4e
commit
75194f4552
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…
Reference in New Issue
Block a user