Commit 03963080 authored by Olivier Bertrand's avatar Olivier Bertrand

- PROFILE_Close cannot be static

modified:
  storage/connect/inihandl.c
parent 1e55712f
......@@ -565,7 +565,7 @@ static BOOL PROFILE_Open(LPCSTR filename)
*
* Flush the named profile to disk and remove it from the cache.
***********************************************************************/
static void PROFILE_Close(LPCSTR filename)
void PROFILE_Close(LPCSTR filename)
{
int i;
BOOL close = FALSE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment