diff options
author | kientzle <kientzle@FreeBSD.org> | 2004-07-24 22:30:35 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2004-07-24 22:30:35 +0000 |
commit | 1cb5d7a30709fc0f45cdecac2cfe2f2494ace7d8 (patch) | |
tree | 034567dd968042a204eeeefd1bf395437630c92d /lib | |
parent | 9795b96112070c79a1bd42f4f7a64debfb11889d (diff) | |
download | FreeBSD-src-1cb5d7a30709fc0f45cdecac2cfe2f2494ace7d8.zip FreeBSD-src-1cb5d7a30709fc0f45cdecac2cfe2f2494ace7d8.tar.gz |
Minor style nits.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libarchive/archive_platform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarchive/archive_platform.h b/lib/libarchive/archive_platform.h index d5235af..6e70084 100644 --- a/lib/libarchive/archive_platform.h +++ b/lib/libarchive/archive_platform.h @@ -93,9 +93,9 @@ #else /* !__FreeBSD__ */ /* Warn if the library hasn't been (automatically or manually) configured. */ #error Oops: No config.h and no built-in configuration in archive_platform.h. -#endif /* __FreeBSD__ */ +#endif /* !__FreeBSD__ */ -#endif /* HAVE_CONFIG_H */ +#endif /* !HAVE_CONFIG_H */ /* No non-FreeBSD platform will have __FBSDID, so just define it here. */ #ifdef __FreeBSD__ |