Fix #define syntax

This commit is contained in:
Glenn L McGrath 2002-11-03 12:50:33 +00:00
parent 6ab32eb34c
commit 2fc54a9258
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include "config.h"
#include "libbb.h"
#ifdef CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS
#if defined CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS
/* uncompress for busybox -- (c) 2002 Robert Griebl
*

View File

@ -1,7 +1,7 @@
#include "config.h"
#include "libbb.h"
#ifdef CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS
#if defined CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS
/* uncompress for busybox -- (c) 2002 Robert Griebl
*