inpcom.c: comment added

This commit is contained in:
h_vogt 2013-09-05 14:57:15 +02:00 committed by rlar
parent 419da12d36
commit 1978e75c13
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ inp_readall(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile
buffer = new_buffer;
}
/* If \\ at end of line is found, next line in loop will get + (see code above) */
shell_eol_continuation = chk_for_line_continuation(buffer);
{