Commit 6def94fd authored by Rafaël Carré's avatar Rafaël Carré

fix typo in header, probably fix inclusion from C++

parent a257811b
......@@ -180,7 +180,7 @@ struct vlm_message_t
};
#ifdef __cpluplus
#ifdef __cplusplus
extern "C" {
#endif
......@@ -360,7 +360,7 @@ static inline void vlm_media_instance_Delete( vlm_media_instance_t *p_instance )
free( p_instance );
}
#ifdef __cpluplus
#ifdef __cplusplus
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment