mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fixed warning.
llvm-svn: 8505
This commit is contained in:
parent
c0c084e44a
commit
6744cea856
@ -112,7 +112,7 @@ bool WriteSymbolTable(std::ofstream &ArchiveFile) {
|
||||
|
||||
//Name of symbol table is '/'
|
||||
Hdr.name[0] = '/';
|
||||
Hdr.name[1] = '/0';
|
||||
Hdr.name[1] = '\0';
|
||||
|
||||
//Set the header trailer to a newline
|
||||
memcpy(Hdr.fmag,ARFMAG,sizeof(ARFMAG));
|
||||
|
Loading…
Reference in New Issue
Block a user