diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-12-10 00:42:06 +0100 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-10 00:42:06 +0100 | 
| commit | 7d0eb550338af7301bc45e2f003812ee487f2d8c (patch) | |
| tree | 818e7042f153f4518aa7aaddd585aef7088b0ab2 /sed/bf2c | |
| parent | 03f8544691a8de9f77a803fd8cd2eeadb919ec03 (diff) | |
Save 2 bytes of memory
Diffstat (limited to 'sed/bf2c')
| -rwxr-xr-x | sed/bf2c/bf2c.sed | 4 | 
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 |