Fix a typo and whitespaces

This commit is contained in:
Yoichi Hirai
2016-09-07 14:29:01 +02:00
parent 940c5a8612
commit c9b23d9829
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#pragma once
// way to many unsigned to size_t warnings in 32 bit build
// way too many unsigned to size_t warnings in 32 bit build
#ifdef _M_IX86
#pragma warning(disable:4244)
#endif