Skip to content

Commit

Permalink
MAINT: Fix include guard in percentileofscore_gufunc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 25, 2024
1 parent 8b88ae8 commit 52b3697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/percentileofscore/percentileofscore_gufunc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#ifndef PERCENTILEOFSCORE_GUFUNC_H
#define PERCENTILEOFSOCRE_GUFUNC_H
#define PERCENTILEOFSCORE_GUFUNC_H

#define PY_SSIZE_T_CLEAN
#include "Python.h"
Expand Down

0 comments on commit 52b3697

Please sign in to comment.