aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/c.cpp2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>\n"
"#include <stdbool.h>\n"
- "void* tuplr_gc_allocate(unsigned size, uint8_t tag);\n\n");
+ "void* tuplr_gc_allocate(unsigned size, uint8_t tag);\n\n")
{
}