diff options
Diffstat (limited to 'tools/scaninc/c_file.cpp')
-rw-r--r-- | tools/scaninc/c_file.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scaninc/c_file.cpp b/tools/scaninc/c_file.cpp index 035af4e1b..bba196857 100644 --- a/tools/scaninc/c_file.cpp +++ b/tools/scaninc/c_file.cpp @@ -78,6 +78,7 @@ void CFile::FindIncbins() } else { + SkipWhitespace(); CheckInclude(); CheckIncbin(); |