diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-12 18:20:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-12 18:20:19 +0000 |
commit | e48eea63d3c826afe78f75bbd24971887e6e932b (patch) | |
tree | e8af42a352a5e23ce999438c0cf7a079b049d4de /Config.h | |
parent | a2d61e761e66858d4d2d69f748756ad895efd139 (diff) | |
download | busybox-w32-e48eea63d3c826afe78f75bbd24971887e6e932b.tar.gz busybox-w32-e48eea63d3c826afe78f75bbd24971887e6e932b.tar.bz2 busybox-w32-e48eea63d3c826afe78f75bbd24971887e6e932b.zip |
Oops. Unmatched #if
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -332,6 +332,8 @@ | |||
332 | #ifndef BB_GUNZIP | 332 | #ifndef BB_GUNZIP |
333 | #define BB_GUNZIP | 333 | #define BB_GUNZIP |
334 | #endif | 334 | #endif |
335 | #endif | ||
336 | #endif | ||
335 | // | 337 | // |
336 | #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT | 338 | #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT |
337 | #define BB_NFSMOUNT | 339 | #define BB_NFSMOUNT |