diff options
| author | Simon <simon@hardwired.org.uk> | 2010-08-19 09:50:05 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-08-19 09:50:05 (GMT) |
| commit | 580a76a79f55876961b2bc12908288c915580963 (patch) | |
| tree | 9d901fbeb7ed26ea50d74ccf6db73ad0d029972a | |
| parent | 08f98b5f6ace23e8ab2110b04fa4297806c15d76 (diff) | |
| download | powder-580a76a79f55876961b2bc12908288c915580963.zip powder-580a76a79f55876961b2bc12908288c915580963.tar.gz | |
Fix typing error that broke autoupdate
| -rwxr-xr-x | powder.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
