summaryrefslogtreecommitdiff
path: root/lib/cpio.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-20 10:19:34 +0000
committerjbj <devnull@localhost>2004-10-20 10:19:34 +0000
commit8faa61c020369ecf850a823a505b946485fa1bea (patch)
tree7f02c8530203569735c68dffc4e93a08d16d7edf /lib/cpio.h
parent2c192f3e33ef5237c6b00a9962c112c2bd304464 (diff)
downloadrpm-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.h2
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" {