diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-11 22:32:04 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-11 22:32:04 +0200 |
commit | f1f51e8cf736a3ef0ceb532116bb3c200b37f871 (patch) | |
tree | dd1cb2809559877322311460b26b4ee152c20e84 | |
parent | 4f0ad8778f983ee367c7d47f864b1f64abea8637 (diff) | |
download | re-name-f1f51e8cf736a3ef0ceb532116bb3c200b37f871.tar.gz |
name.c: Reword comment
-rw-r--r-- | name.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #define MAXFILES 100 /* Maximum number of files. */ #define MAXFILE 255 /* Maximum file name length. */ -#define MAXLINE MAXFILE+1 /* Extra room for newline. */ +#define MAXLINE MAXFILE+1 /* MAXFILE plus newline. */ extern char *optarg; extern int optind; |