Skip to content

Commit

Permalink
Merge pull request #1 from EstebanFuentealba/main
Browse files Browse the repository at this point in the history
Fix last bracket for cpp
  • Loading branch information
kbembedded authored May 15, 2024
2 parents 421f945 + 67a73ca commit 93931d7
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 93931d7

Please sign in to comment.