format fix
This commit is contained in:
parent
57eba2caf6
commit
7fd51adbfa
@ -61,7 +61,7 @@ int main(void)
|
||||
|
||||
for (;;)
|
||||
{
|
||||
if (getline(&line_buffer, &line_length_buffer, stdin) == -1) why2_die("Reading input failed.");
|
||||
if (getline(&line_buffer, &line_length_buffer, stdin) == -1) why2_die("Reading input failed.");
|
||||
|
||||
if (strcmp(line_buffer, "!exit\n") == 0) //USER REQUESTED PROGRAM EXIT
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user