fixed stray character (nw)

This commit is contained in:
smf- 2020-04-25 21:01:00 +01:00
parent ad819a3243
commit 90cdeaad89

View File

@ -1523,7 +1523,7 @@ project "portaudio"
} }
end end
end end
if _string.find(_OPTIONS["gcc"], "clang") and version >= 100000 then if string.find(_OPTIONS["gcc"], "clang") and version >= 100000 then
buildoptions_c { buildoptions_c {
"-Wno-misleading-indentation", "-Wno-misleading-indentation",
} }