bugfix: __cpluscplus -> __cplusplus
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _SF_METRICS_H
|
||||
#define _SF_METRICS_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -24,7 +24,7 @@ void sf_metrics_inc(struct sf_metrics *handle, struct sf_metrics_key *key, uint6
|
||||
void sf_metrics_send(struct sf_metrics *handle);
|
||||
int sf_metrics_get_interval(struct sf_metrics *handle);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user