bugfix: __cpluscplus -> __cplusplus

This commit is contained in:
luwenpeng
2024-07-16 17:25:55 +08:00
parent 9bd91c3c63
commit b59b736e4d
18 changed files with 36 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _SF_STATUS_H
#define _SF_STATUS_H
#ifdef __cpluscplus
#ifdef __cplusplus
extern "C"
{
#endif
@@ -18,7 +18,7 @@ void sf_status_update(struct sf_status *handle, int sf_vsys_id, int sf_profile_i
void sf_status_send(struct sf_status *handle);
int sf_status_get_interval(struct sf_status *handle);
#ifdef __cpluscplus
#ifdef __cplusplus
}
#endif