diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:37:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:37:24 +0000 |
commit | d1277c605240d12b76c2a6427320db9317d9dbbf (patch) | |
tree | a05b6bd65349be1abd29cdf66995fceec3ea3df7 /libbb | |
parent | d0a071a5281f8ba4b291f0c3beb74bee1f8df6a3 (diff) | |
download | busybox-w32-d1277c605240d12b76c2a6427320db9317d9dbbf.tar.gz busybox-w32-d1277c605240d12b76c2a6427320db9317d9dbbf.tar.bz2 busybox-w32-d1277c605240d12b76c2a6427320db9317d9dbbf.zip |
remove extra spaces in help text; delete duplicate #define
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/getpty.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/getpty.c b/libbb/getpty.c index 36b3c6842..5ac9582d3 100644 --- a/libbb/getpty.c +++ b/libbb/getpty.c | |||
@@ -10,8 +10,6 @@ | |||
10 | 10 | ||
11 | #define DEBUG 0 | 11 | #define DEBUG 0 |
12 | 12 | ||
13 | #define DEBUG 0 | ||
14 | |||
15 | int getpty(char *line) | 13 | int getpty(char *line) |
16 | { | 14 | { |
17 | int p; | 15 | int p; |