diff options
Diffstat (limited to 'src/serdi.c')
-rw-r--r-- | src/serdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serdi.c b/src/serdi.c index 86597cbf..a1d8097e 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -134,7 +134,7 @@ quiet_error_sink(void* handle, const SerdError* e) return SERD_SUCCESS; } -static inline FILE* +static FILE* serd_fopen(const char* path, const char* mode) { FILE* fd = fopen(path, mode); |