summaryrefslogtreecommitdiff
path: root/core/bind/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/bind/SCsub')
-rw-r--r--core/bind/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bind/SCsub b/core/bind/SCsub
index c2731d60e6..4efc902717 100644
--- a/core/bind/SCsub
+++ b/core/bind/SCsub
@@ -2,6 +2,6 @@
Import('env')
-env.add_source_files(env.core_sources,"*.cpp")
+env.add_source_files(env.core_sources, "*.cpp")
Export('env')