Fix typing error that broke autoupdate
This commit is contained in:
parent
08f98b5f6a
commit
580a76a79f
2
powder.c
2
powder.c
@ -9645,7 +9645,7 @@ char my_uri[] = "http://" SERVER "/Update.api?Action=Download&Architecture="
|
|||||||
#else
|
#else
|
||||||
"Unknown"
|
"Unknown"
|
||||||
#endif
|
#endif
|
||||||
"&InstrctionSet="
|
"&InstructionSet="
|
||||||
#if defined X86_SSE3
|
#if defined X86_SSE3
|
||||||
"SSE3"
|
"SSE3"
|
||||||
#elif defined X86_SSE2
|
#elif defined X86_SSE2
|
||||||
|
Loading…
Reference in New Issue
Block a user