Fix closing brace around ifdef.

llvm-svn: 190965
This commit is contained in:
Eric Christopher 2013-09-18 22:40:18 +00:00
parent 9cb7d9ba94
commit cc87253f90
1 changed files with 2 additions and 0 deletions

View File

@ -341,7 +341,9 @@ void __cdecl _xrstor64(void const *, unsigned __int64);
void __cdecl _xsave64(void *, unsigned __int64);
void __cdecl _xsaveopt64(void *, unsigned __int64);
#ifdef __cplusplus
}
#endif
#endif
#endif
#endif