aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg.c b/src/cfg.c
index e0eea62..4af6829 100644
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -246,3 +246,3 @@ asgn(struct wordsplit *ws, size_t *psize)
246 ws->ws_env[n] = ws->ws_wordv[0]; 246 ws->ws_env[n] = ws->ws_wordv[0];
247 ws->ws_env[n++] = NULL; 247 ws->ws_env[++n] = NULL;
248 } 248 }

Return to:

Send suggestions and report system problems to the System administrator.