Skip to content

Commit

Permalink
Remove unnecessary extern from C function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Sep 1, 2024
1 parent b3a0ed8 commit dfaebc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CSFML/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#ifdef __cplusplus
#define CSFML_EXTERN_C extern "C"
#else
#define CSFML_EXTERN_C extern
#define CSFML_EXTERN_C
#endif


Expand Down

0 comments on commit dfaebc6

Please sign in to comment.