diff options
author | jbj <devnull@localhost> | 2004-10-20 10:19:34 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-20 10:19:34 +0000 |
commit | 8faa61c020369ecf850a823a505b946485fa1bea (patch) | |
tree | 7f02c8530203569735c68dffc4e93a08d16d7edf /lib/cpio.h | |
parent | 2c192f3e33ef5237c6b00a9962c112c2bd304464 (diff) | |
download | rpm-8faa61c020369ecf850a823a505b946485fa1bea.tar.gz rpm-8faa61c020369ecf850a823a505b946485fa1bea.tar.bz2 rpm-8faa61c020369ecf850a823a505b946485fa1bea.zip |
Doxygen fiddles.
CVS patchset: 7495
CVS date: 2004/10/20 10:19:34
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index b7362f138..c716097da 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -91,7 +91,7 @@ struct cpioCrcPhysicalHeader { char checksum[8]; /* ignored !! */ }; -#define PHYS_HDR_SIZE 110 /*!< Don't depend on sizeof(struct) */ +#define PHYS_HDR_SIZE 110 /* Don't depend on sizeof(struct) */ #ifdef __cplusplus extern "C" { |