diff options
| author | J08nY | 2025-03-27 11:59:41 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-27 11:59:41 +0100 |
| commit | e9c6d35a6efa5541cac33398ceb04e7fb721d6cd (patch) | |
| tree | a65c049be90df52772d129a15fa4f8755463f598 /src/obj/point.c | |
| parent | 0684f9dc440a4909d89392aa0c16fd9ba5249e76 (diff) | |
| download | ecgen-e9c6d35a6efa5541cac33398ceb04e7fb721d6cd.tar.gz ecgen-e9c6d35a6efa5541cac33398ceb04e7fb721d6cd.tar.zst ecgen-e9c6d35a6efa5541cac33398ceb04e7fb721d6cd.zip | |
Fixup issues in clang with pedantic.
Diffstat (limited to 'src/obj/point.c')
| -rw-r--r-- | src/obj/point.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obj/point.c b/src/obj/point.c index 2b709dd..4722bad 100644 --- a/src/obj/point.c +++ b/src/obj/point.c @@ -48,4 +48,4 @@ void points_free_deep(point_t ***points, unsigned long npoints) { } points_free(points); } -}
\ No newline at end of file +} |
