diff options
Diffstat (limited to 'drivers/alsa/SCsub')
-rw-r--r-- | drivers/alsa/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/alsa/SCsub b/drivers/alsa/SCsub index 9fbb467baa..0582e01978 100644 --- a/drivers/alsa/SCsub +++ b/drivers/alsa/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') |