*** empty log message ***

This commit is contained in:
rocky
2003-08-31 08:42:11 +00:00
parent cccaa2a036
commit c98b64a968
2 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: check_sizeof.c,v 1.2 2003/08/31 05:00:44 rocky Exp $
$Id: check_sizeof.c,v 1.3 2003/08/31 08:42:11 rocky Exp $
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
@@ -65,6 +65,11 @@ int main (int argc, const char *argv[])
CHECK_SIZEOF_STRUCT(iso_path_table);
CHECK_SIZEOF_STRUCT(iso9660_dir);
#define iso9660_xa_t_SIZEOF 14
/* xa.h */
CHECK_SIZEOF(iso9660_xa_t);
if (fail)
return 1;