aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f44ba1ad..c3fa4cd3 100644
--- a/wscript
+++ b/wscript
@@ -138,7 +138,7 @@ def amalgamate(ctx):
header = True
for l in fd:
if header:
- if l == ' */\n':
+ if l == '*/\n':
header = False
else:
if l != '#include "serd_internal.h"\n':