diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-09-13 13:41:00 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-09-13 13:41:00 +0200 |
| commit | 9755994609973ee5325530052a241f85469da864 (patch) | |
| tree | 14e29209f37ceed98ee90c5bbc234f3f368798c2 /src/proj.h | |
| parent | 6b07474e9427d53134e77f0bdf3ced7812d080c4 (diff) | |
| download | PROJ-9755994609973ee5325530052a241f85469da864.tar.gz PROJ-9755994609973ee5325530052a241f85469da864.zip | |
Make proj_destroy and proj_context_destroy behave in the same way.
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ typedef struct projCtx_t PJ_CONTEXT; /* Functionality for handling thread contexts */ #define PJ_DEFAULT_CTX 0 PJ_CONTEXT *proj_context_create (void); -void proj_context_destroy (PJ_CONTEXT *ctx); +PJ_CONTEXT *proj_context_destroy (PJ_CONTEXT *ctx); |
