diff options
Diffstat (limited to 'llvm/lib/Bytecode/Archive/ArchiveInternals.h')
-rw-r--r-- | llvm/lib/Bytecode/Archive/ArchiveInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Archive/ArchiveInternals.h b/llvm/lib/Bytecode/Archive/ArchiveInternals.h index c924c437b4b..0368c6f95e9 100644 --- a/llvm/lib/Bytecode/Archive/ArchiveInternals.h +++ b/llvm/lib/Bytecode/Archive/ArchiveInternals.h @@ -39,7 +39,7 @@ namespace llvm { /// @name Data /// @{ public: - char name[16];///< Name of the file member. + char name[16]; ///< Name of the file member. char date[12]; ///< File date, decimal seconds since Epoch char uid[6]; ///< user id in ASCII decimal char gid[6]; ///< group id in ASCII decimal |