swc-windows-installer.py: Add missing space to 'c:\ProgramFiles'
authorW. Trevor King <wking@tremily.us>
Wed, 9 Jul 2014 18:32:08 +0000 (11:32 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 9 Jul 2014 18:34:19 +0000 (11:34 -0700)
commit710dc4a440af4cf9420ef5082ac804295eceb5e0
tree7b74fbbf46d43b626fb1c4798f515cbd8bc6c7dc
parentb59c540766e154cd708e7b342d1a7983c71d69ad
swc-windows-installer.py: Add missing space to 'c:\ProgramFiles'

This is the default for when ProgramFiles isn't set.  Windows
operating systems should always have that environment variable set, so
the default is probably only useful when you're testing the script on
a non-Windows system.
swc-windows-installer.py