aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 11:45:08 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 11:45:08 +0200
commita7fd76381d651e79a96fc6092563dd6bbb90273c (patch)
tree3d067bbe99215cf2476442a91a73666d12d6b24c
parent0db23b586fb4e9a88586511da862e191965d1522 (diff)
downloadre-name-a7fd76381d651e79a96fc6092563dd6bbb90273c.tar.gz
re.c: Fix typo
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index 9d3f230..442baf7 100644
--- a/re.c
+++ b/re.c
@@ -20,7 +20,7 @@ main(int argc, char *argv[])
if(*a == '\n'){
*a = '*';
fprintf(stderr,
- "%s contains newline(at *)\n",
+ "%s contains newline (at *)\n",
argv[i]);
return 1;
}