Skip to content

Commit

Permalink
Fix linux log
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Jul 23, 2024
1 parent bd59185 commit 9ad8e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymunk_cffi/extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ cpFloat defaultSpringTorque(cpDampedRotarySpring *spring, cpFloat relativeAngle)
//

//Python side, already formatted message
extern void ext_pyLog(const char *formattedMessage);
static void ext_pyLog(const char *formattedMessage);

//Chipmunk side, follows existing function declaration
void cpMessage(const char *condition, const char *file, int line, int isError, int isHardError, const char *message, ...)
Expand Down

0 comments on commit 9ad8e96

Please sign in to comment.