diff options
Diffstat (limited to 'base/thread_local_storage_win.cc')
-rw-r--r-- | base/thread_local_storage_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/thread_local_storage_win.cc b/base/thread_local_storage_win.cc index fc38323..8157e88 100644 --- a/base/thread_local_storage_win.cc +++ b/base/thread_local_storage_win.cc @@ -198,4 +198,4 @@ PIMAGE_TLS_CALLBACK p_thread_callback = OnThreadExit; // Reset the default section. #pragma data_seg() -#endif // _WIN64
\ No newline at end of file +#endif // _WIN64 |