bugfix: __cpluscplus -> __cplusplus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _GTEST_UTILS_H
|
||||
#define _GTEST_UTILS_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -232,7 +232,7 @@ error_out:
|
||||
return 1;
|
||||
}
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user