summaryrefslogtreecommitdiff
path: root/spectro/oemarch.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-01 15:43:52 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-01 15:43:52 +0200
commitc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (patch)
tree41791cbe367cf023b98043fee56f9346b2592b49 /spectro/oemarch.h
parentd7f89e6fe63b8697fab5a901cfce457b375638b3 (diff)
Imported Upstream version 1.6.3upstream/1.6.3
Diffstat (limited to 'spectro/oemarch.h')
-rw-r--r--spectro/oemarch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spectro/oemarch.h b/spectro/oemarch.h
index 72a3bb6..1b8c4a4 100644
--- a/spectro/oemarch.h
+++ b/spectro/oemarch.h
@@ -1,7 +1,7 @@
#ifndef OEMARCH_H
- /* OEM archive access library.
+ /* OEM archive access library. */
/* This supports installing OEM data files */
/*
@@ -29,7 +29,7 @@ typedef enum {
file_none = 0x0000, /* None */
file_vol = 0x0001, /* Volume name */
file_arch = 0x0002, /* Archive file */
- file_dllcab = 0x0004, /* .dll or .cab */
+ file_dllcab = 0x0004, /* .dll or .cab - msi ?? */
file_data = 0x0008 /* final data file */
} file_type;