Fix typing error that broke autoupdate

This commit is contained in:
Simon 2010-08-19 10:50:05 +01:00
parent 08f98b5f6a
commit 580a76a79f

View File

@ -9645,7 +9645,7 @@ char my_uri[] = "http://" SERVER "/Update.api?Action=Download&Architecture="
#else
"Unknown"
#endif
"&InstrctionSet="
"&InstructionSet="
#if defined X86_SSE3
"SSE3"
#elif defined X86_SSE2