aboutsummaryrefslogtreecommitdiffstats
path: root/src/serdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/serdi.c')
-rw-r--r--src/serdi.c2
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);