diff options
author | Mike Frysinger | 2005-06-11 00:08:50 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-06-11 00:08:50 +0000 |
commit | 85cffcc83dfa8471c458789474513171ff9281df (patch) | |
tree | 6890b22c5a78b5166952d173a7d1a2bd94afca1b /e2fsprogs/e2p/pf.c | |
parent | 942e137679ef3e07036cc32689ea7c802304cd1d (diff) | |
download | busybox-85cffcc83dfa8471c458789474513171ff9281df.zip busybox-85cffcc83dfa8471c458789474513171ff9281df.tar.gz |
recode functions to shrink size
Diffstat (limited to 'e2fsprogs/e2p/pf.c')
-rw-r--r-- | e2fsprogs/e2p/pf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e2fsprogs/e2p/pf.c b/e2fsprogs/e2p/pf.c index 48d75a9..d1a1c4c 100644 --- a/e2fsprogs/e2p/pf.c +++ b/e2fsprogs/e2p/pf.c @@ -71,4 +71,3 @@ void print_flags (FILE * f, unsigned long flags, unsigned options) if (long_opt && first) fputs("---", f); } - |