diff options
author | shennetsind <ind@henn.et> | 2013-03-09 13:31:14 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-09 13:31:14 -0300 |
commit | 4c5bf8bd49c645a386a6580eb222cf68175cb915 (patch) | |
tree | 3a7b4ba4b93aade82943e2a200e9cd1b4cea1b67 | |
parent | d2d734ce0983fbed72e69f555f57f29de04f30b3 (diff) | |
download | hercules-4c5bf8bd49c645a386a6580eb222cf68175cb915.tar.gz hercules-4c5bf8bd49c645a386a6580eb222cf68175cb915.tar.bz2 hercules-4c5bf8bd49c645a386a6580eb222cf68175cb915.tar.xz hercules-4c5bf8bd49c645a386a6580eb222cf68175cb915.zip |
Follow up d2d734ce0983fbed72e69f555f57f29de04f30b3
Fixed broken tag in vc10 char-server filters
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | vcproj-10/char-server.vcxproj.filters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcproj-10/char-server.vcxproj.filters b/vcproj-10/char-server.vcxproj.filters index 3a0fd40ab..d78e5e70d 100644 --- a/vcproj-10/char-server.vcxproj.filters +++ b/vcproj-10/char-server.vcxproj.filters @@ -76,7 +76,7 @@ <ClCompile Include="..\src\char\inter.c"> <Filter>char_sql</Filter> </ClCompile> - ClCompile Include="..\src\char\pincode.c"> + <ClCompile Include="..\src\char\pincode.c"> <Filter>char_sql</Filter> </ClCompile> <ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.c"> |