rm space - randomcrap - random crap programs of varying quality
HTML git clone git://git.codemadness.org/randomcrap
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b59a9f4450bed15d38218127345cea54e2c5bd81
DIR parent 598277aab5416bb3cd13d0199ca09ba908ead6f3
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 8 Mar 2023 21:51:03 +0100
rm space
Diffstat:
M wrap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/wrap.c b/wrap.c
@@ -4,7 +4,7 @@ int
main(void)
{
/* softwrap: try to wrap on word boundary, otherwise hardwrap */
- int c, i = 0, sw = 72, hw = 79;
+ int c, i = 0, sw = 72, hw = 79;
while ((c = getchar()) != EOF) {
putchar(c);