From f7afbb93706087c41a2972d1f0d69c4bede3d533 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 8 May 2004 17:34:07 +0000 Subject: [PATCH] - Fixed type which prevented this extension from being loaded as shared extension. --- ext/fileinfo/fileinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fileinfo/fileinfo.c b/ext/fileinfo/fileinfo.c index 2bb4cbb78d..627e740533 100644 --- a/ext/fileinfo/fileinfo.c +++ b/ext/fileinfo/fileinfo.c @@ -216,7 +216,7 @@ zend_module_entry fileinfo_module_entry = { }; /* }}} */ -#ifdef COMPILE_DL_FILENINFO +#ifdef COMPILE_DL_FILEINFO ZEND_GET_MODULE(fileinfo) #endif -- 2.50.1