diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-08-08 15:54:40 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-08-08 15:54:40 -0700 |
commit | 7565d2a862683a3c26ffb1f32351b8c5ab9f7b31 (patch) | |
tree | c3e97051be92a504e20c1d23f8d73126643fe7d0 /catgets | |
parent | 0f58539030e436449f79189b6edab17d7479796e (diff) | |
download | glibc-7565d2a862683a3c26ffb1f32351b8c5ab9f7b31.tar.gz glibc-7565d2a862683a3c26ffb1f32351b8c5ab9f7b31.tar.xz glibc-7565d2a862683a3c26ffb1f32351b8c5ab9f7b31.zip |
Fix trailing space.
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/tst-catgets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/tst-catgets.c b/catgets/tst-catgets.c index 140de722c8..0886938d53 100644 --- a/catgets/tst-catgets.c +++ b/catgets/tst-catgets.c @@ -30,7 +30,7 @@ do_bz17905 (void) rl.rlim_cur = sz; setrlimit (RLIMIT_STACK, &rl); - buf = malloc (sz + 1); + buf = malloc (sz + 1); memset (buf, 'A', sz); buf[sz] = '\0'; setenv ("NLSPATH", buf, 1); |