summaryrefslogtreecommitdiff
path: root/headless
diff options
context:
space:
mode:
Diffstat (limited to 'headless')
-rw-r--r--headless/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/headless/wscript b/headless/wscript
index 85e27879be..31a111bc80 100644
--- a/headless/wscript
+++ b/headless/wscript
@@ -32,7 +32,7 @@ def build(bld):
VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
return
-
+
# just the normal executable version of the GTK GUI
obj = bld (features = 'cxx c cxxprogram')
# this program does not do the whole hidden symbols thing