aboutsummaryrefslogtreecommitdiff
path: root/src/pipe.c
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-03 08:26:16 +0100
committerne_mene <[email protected]>2026-03-03 08:26:16 +0100
commitcb43ae94fbf1d3386fec565fce38639875f65322 (patch)
tree69154fa86ec4cfb3f77c543455dea0b4bd52078c /src/pipe.c
parentdfb2acb972e15ce319f90cb7df0d85f8105ec699 (diff)
fixed rectangle width (gap in mind)
Diffstat (limited to 'src/pipe.c')
-rw-r--r--src/pipe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pipe.c b/src/pipe.c
index 1ec694d..bb18622 100644
--- a/src/pipe.c
+++ b/src/pipe.c
@@ -67,9 +67,9 @@ void await_change(void) {
void make_change(char argv[MAX_ARGS][MAX_ARG_LEN], int argc) {
// printf("Making change with:\n");
- // for (int i = 0; i < argc; i++) {
- // printf("Arg %d: %s\n", i + 1, argv[i]);
- // }
+ for (int i = 0; i < argc; i++) {
+ // printf("Arg %d: %s\n", i + 1, argv[i]);
+ }
char *cmd = argv[0];
if (strcmp(cmd, "set") == 0) {