diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-16 22:32:04 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-16 22:32:04 +0000 |
commit | 318604b951e5f74ff9889274d82f908ac5818fac (patch) | |
tree | f1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 /shell | |
parent | 00f949b5504f0d5c5dc3bb02da393481980631eb (diff) | |
download | busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.gz busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.tar.bz2 busybox-w32-318604b951e5f74ff9889274d82f908ac5818fac.zip |
style fixes, no code changes
git-svn-id: svn://busybox.net/trunk/busybox@18461 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 0b5e2a5de..9489fb276 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -1953,7 +1953,8 @@ static int setup_redirect(struct p_context *ctx, int fd, redir_type style, | |||
1953 | return 0; | 1953 | return 0; |
1954 | } | 1954 | } |
1955 | 1955 | ||
1956 | static struct pipe *new_pipe(void) { | 1956 | static struct pipe *new_pipe(void) |
1957 | { | ||
1957 | struct pipe *pi; | 1958 | struct pipe *pi; |
1958 | pi = xmalloc(sizeof(struct pipe)); | 1959 | pi = xmalloc(sizeof(struct pipe)); |
1959 | pi->num_progs = 0; | 1960 | pi->num_progs = 0; |