Skip to content

Commit 9ad8e96

Browse files
committed
Fix linux log
1 parent bd59185 commit 9ad8e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymunk_cffi/extensions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ cpFloat defaultSpringTorque(cpDampedRotarySpring *spring, cpFloat relativeAngle)
466466
//
467467

468468
//Python side, already formatted message
469-
extern void ext_pyLog(const char *formattedMessage);
469+
static void ext_pyLog(const char *formattedMessage);
470470

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

0 commit comments

Comments
 (0)