aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/expand.c')
-rw-r--r--coreutils/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expand.c b/coreutils/expand.c
index 5f5993921..c5e1de6f5 100644
--- a/coreutils/expand.c
+++ b/coreutils/expand.c
@@ -123,7 +123,7 @@ static void expand(FILE *file, unsigned tab_size, unsigned opt)
123 } 123 }
124 ptr++; 124 ptr++;
125 } 125 }
126 fputs(ptr_strbeg, stdout); 126 fputs_stdout(ptr_strbeg);
127 free(line); 127 free(line);
128 } 128 }
129} 129}