Skip to content

Commit

Permalink
Fix last bracket for cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanFuentealba committed May 15, 2024
1 parent 421f945 commit 67a73ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gblink.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void *gblink_alloc(struct gblink_def *gblink_def);
void gblink_free(void *handle);

#ifdef __cplusplus
{
}
#endif

#endif // __GBLINK_H__

0 comments on commit 67a73ca

Please sign in to comment.