diff options
Diffstat (limited to 'drivers/windows/SCsub')
-rw-r--r-- | drivers/windows/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/SCsub b/drivers/windows/SCsub index 9fbb467baa..0582e01978 100644 --- a/drivers/windows/SCsub +++ b/drivers/windows/SCsub @@ -1,5 +1,5 @@ Import('env') -env.add_source_files(env.drivers_sources,"*.cpp") +env.add_source_files(env.drivers_sources, "*.cpp") Export('env') |