Skip to content

Commit b7d27ea

Browse files
authored
Fix decl
1 parent 029a032 commit b7d27ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_datetimemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ get_current_module(PyInterpreterState *interp, int *p_reloading)
159159
static PyModuleDef datetimemodule;
160160

161161
static inline datetime_state *
162-
get_current_state()
162+
get_current_state(void)
163163
{
164164
PyInterpreterState *interp = PyInterpreterState_Get();
165165
void *state = interp->datetime_module_state;

0 commit comments

Comments
 (0)