build failure fix and some cosmetics

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-10-23 01:30:26 +02:00
parent c0dab37d0a
commit c1947f18f5
2 changed files with 3 additions and 3 deletions

View File

@@ -454,9 +454,9 @@ struct function {
char *name;
struct command *parent_cmd;
struct pipe *body;
#if !BB_MMU
# if !BB_MMU
char *body_as_string;
#endif
# endif
};
#endif