diff options
author | Jim Meyering <jim@meyering.net> | 1998-12-19 17:18:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-12-19 17:18:23 +0000 |
commit | e53076d42c082844fd93a8b5518fb36a469cdb27 (patch) | |
tree | 73f8f5f210ad9fb2a96d33deaa29e56059a47200 /lib | |
parent | 01fe7e76f4a9f3f33a5350e8c88b3d4f9e226cf6 (diff) | |
download | coreutils-e53076d42c082844fd93a8b5518fb36a469cdb27.tar.xz |
split long line
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmatch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rpmatch.c b/lib/rpmatch.c index d9c31b598..fbd62e2af 100644 --- a/lib/rpmatch.c +++ b/lib/rpmatch.c @@ -36,7 +36,8 @@ # define _(Text) gettext (Text) static int -try (const char *response, const char *pattern, const int match, const int nomatch, const char **lastp, regex_t *re) +try (const char *response, const char *pattern, const int match, + const int nomatch, const char **lastp, regex_t *re) { if (pattern != *lastp) { |