From 4b003164f1530e7abac00229af3f13cce4d5a0fb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Mar 2011 21:49:25 +0000 Subject: Fix amalgamation. git-svn-id: http://svn.drobilla.net/serd/trunk@112 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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': -- cgit v1.2.1