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:
William S Fulton 2006-11-06 22:45:31 +00:00
commit 1e6f0244c9
2 changed files with 2 additions and 2 deletions

View file

@ -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);