From 33d1fba9ba1a16a37a050d40f85600e03f6b461c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Oct 2009 23:24:35 +0000 Subject: Fix compilation. git-svn-id: http://svn.drobilla.net/resp/tuplr@200 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/c.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c.cpp b/src/c.cpp index 94831de..ca35068 100644 --- a/src/c.cpp +++ b/src/c.cpp @@ -79,7 +79,7 @@ struct CEngine : public Engine { : out( "#include \n" "#include \n" - "void* tuplr_gc_allocate(unsigned size, uint8_t tag);\n\n"); + "void* tuplr_gc_allocate(unsigned size, uint8_t tag);\n\n") { } -- cgit v1.2.1