fix typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13464 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
66c0d19f12
commit
2f4d0e7456
|
@ -1288,7 +1288,7 @@ static int preprocess(const char *cwd, const char *file, int write_fd, int rleve
|
|||
line++;
|
||||
|
||||
if (err && stderr) {
|
||||
fprintf(stderr, "Error [%s] in line %s line %d\n", err, file, line);
|
||||
fprintf(stderr, "Error [%s] in file %s line %d\n", err, file, line);
|
||||
}
|
||||
|
||||
/* we ignore <include> or </include> for the sake of validators as well as <?xml version="1.0"?> type stuff */
|
||||
|
|
Loading…
Reference in New Issue