Skip to content

Commit a6633a0

Browse files
committed
Fixed typo
1 parent 6b6a17a commit a6633a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

builds/win32/msvc10/common.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<ClCompile Include="..\..\..\src\common\ThreadData.cpp" />
9494
<ClCompile Include="..\..\..\src\common\ThreadStart.cpp" />
9595
<ClCompile Include="..\..\..\src\common\Tokens.cpp" />
96-
<ClCompile Include="..\..\..\src\common\tomcrypt\crypt_argchk.c">
96+
<ClCompile Include="..\..\..\src\common\tomcrypt\crypt_argchk.c" />
9797
<ClCompile Include="..\..\..\src\common\tomcrypt\md5.c" />
9898
<ClCompile Include="..\..\..\src\common\tomcrypt\sha1.c" />
9999
<ClCompile Include="..\..\..\src\common\tomcrypt\sha256.c" />

builds/win32/msvc12/common.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<ClCompile Include="..\..\..\src\common\ThreadData.cpp" />
9090
<ClCompile Include="..\..\..\src\common\ThreadStart.cpp" />
9191
<ClCompile Include="..\..\..\src\common\Tokens.cpp" />
92-
<ClCompile Include="..\..\..\src\common\tomcrypt\crypt_argchk.c">
92+
<ClCompile Include="..\..\..\src\common\tomcrypt\crypt_argchk.c" />
9393
<ClCompile Include="..\..\..\src\common\tomcrypt\md5.c" />
9494
<ClCompile Include="..\..\..\src\common\tomcrypt\sha1.c" />
9595
<ClCompile Include="..\..\..\src\common\tomcrypt\sha256.c" />

builds/win32/msvc14/common.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<ClCompile Include="..\..\..\src\common\ThreadData.cpp" />
9090
<ClCompile Include="..\..\..\src\common\ThreadStart.cpp" />
9191
<ClCompile Include="..\..\..\src\common\Tokens.cpp" />
92-
<ClCompile Include="..\..\..\src\common\tomcrypt\crypt_argchk.c">
92+
<ClCompile Include="..\..\..\src\common\tomcrypt\crypt_argchk.c" />
9393
<ClCompile Include="..\..\..\src\common\tomcrypt\md5.c" />
9494
<ClCompile Include="..\..\..\src\common\tomcrypt\sha1.c" />
9595
<ClCompile Include="..\..\..\src\common\tomcrypt\sha256.c" />

0 commit comments

Comments
 (0)