Revert "rename '_poserror' to '__poserror'"

This commit is contained in:
Bob Andrews
2022-07-24 18:14:21 +02:00
committed by GitHub
parent c642c07ea0
commit 6239fbe18c
6 changed files with 24 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
/*
** __poserror.c
** _poserror.c
**
** Maciej 'YTM/Elysium' Witkowiak, 25.04.2003
*/
@@ -9,7 +9,7 @@
#include <errno.h>
#include <geos.h>
void __fastcall__ __poserror (const char* msg)
void __fastcall__ _poserror (const char* msg)
{
const char *errmsg = _stroserror(_oserror);