Skip to content

Commit eac5dcd

Browse files
authored
Update README.md
Remove the return from rect call
1 parent 453cd76 commit eac5dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ void point_rect(struct point point, double min[], double max[]) {
686686
#define BGEN_NAME spatial
687687
#define BGEN_TYPE struct point
688688
#define BGEN_SPATIAL
689-
#define BGEN_ITEMRECT return point_rect(item, min, max);
689+
#define BGEN_ITEMRECT point_rect(item, min, max);
690690
#define BGEN_COMPARE return point_compare(a, b);
691691
#include "../bgen.h"
692692
```

0 commit comments

Comments
 (0)