add missing new line to warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9527 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b6dcd8bf16
commit
1e6f0244c9
2 changed files with 2 additions and 2 deletions
|
|
@ -1588,7 +1588,7 @@ String *Preprocessor_parse(String *s) {
|
|||
char *dirname;
|
||||
int sysfile = 0;
|
||||
if (include_all && import_all) {
|
||||
Swig_warning(WARN_PP_INCLUDEALL_IMPORTALL, Getfile(s), Getline(id), "Both includeall and importall are defined: using includeall");
|
||||
Swig_warning(WARN_PP_INCLUDEALL_IMPORTALL, Getfile(s), Getline(id), "Both includeall and importall are defined: using includeall\n");
|
||||
import_all = 0;
|
||||
}
|
||||
Seek(value, 0, SEEK_SET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue