Skip to content

Commit 7b58602

Browse files
committed
typos
1 parent 00c2d04 commit 7b58602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocgapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifdef _WIN32
2020
#define OCGCORE_API EXTERN_C __declspec(dllexport)
2121
#else
22-
#define OCGAPI EXTERN_C __attribute__ ((visibility ("default")))
22+
#define OCGCORE_API EXTERN_C __attribute__ ((visibility ("default")))
2323
#endif
2424

2525
#define LEN_FAIL 0

0 commit comments

Comments
 (0)