diff options
author | Vijay Pai <vpai@google.com> | 2015-06-03 11:34:53 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-06-03 11:34:53 -0700 |
commit | 9dc5c15b563eae017a782a547d015d328fd015fe (patch) | |
tree | 12925d76b8eacb331fe5391a7476896f02266550 /include/grpc++/config.h | |
parent | 8559485c23e4c452c0f8dcc5329c902cea12ec80 (diff) |
Account for time difference in mac and linux
Diffstat (limited to 'include/grpc++/config.h')
-rw-r--r-- | include/grpc++/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/config.h b/include/grpc++/config.h index 55b2a64482..8d674efef8 100644 --- a/include/grpc++/config.h +++ b/include/grpc++/config.h @@ -46,7 +46,7 @@ #define GRPC_CXX0X_NO_OVERRIDE 1 #define GRPC_CXX0X_NO_CHRONO 1 #define GRPC_CXX0X_NO_THREAD 1 -#endif +#endif #endif // Visual Studio #ifndef __clang__ |