aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsed/bf2c/bf2c.sed4
1 files changed, 2 insertions, 2 deletions
diff --git a/sed/bf2c/bf2c.sed b/sed/bf2c/bf2c.sed
index 787be25..0682cd8 100755
--- a/sed/bf2c/bf2c.sed
+++ b/sed/bf2c/bf2c.sed
@@ -5,11 +5,11 @@
#include <stdint.h>\
#include <stdio.h>\
#include <stdlib.h>\
-int \
+int\
main(void)\
{\
uint8_t *p = calloc(16384, 1);\
- if (!p) \
+ if (!p)\
err(EXIT_FAILURE, "calloc");
/./!d