Skip to content

Commit 93931d7

Browse files
authored
Merge pull request #1 from EstebanFuentealba/main
Fix last bracket for cpp
2 parents 421f945 + 67a73ca commit 93931d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gblink.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void *gblink_alloc(struct gblink_def *gblink_def);
8080
void gblink_free(void *handle);
8181

8282
#ifdef __cplusplus
83-
{
83+
}
8484
#endif
8585

8686
#endif // __GBLINK_H__

0 commit comments

Comments
 (0)