Remove typo

This commit is contained in:
Kalle Sommer Nielsen 2016-11-20 20:52:22 +01:00
parent acbc007a7d
commit 39cfeea20b

View file

@ -2810,7 +2810,7 @@ function toolset_setup_compiler()
// 1700 is vs.net 2011
// 1800 is vs.net 2012
// 1900 is vs.net 2014
// Which version of the compiler do we have?12
// Which version of the compiler do we have?
VCVERS = COMPILER_NUMERIC_VERSION;
if (VCVERS < 1700) {