Skip to content

Commit

Permalink
Fix trailing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Pluzhnikov committed Aug 8, 2015
1 parent 0f58539 commit 7565d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catgets/tst-catgets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7565d2a

Please sign in to comment.