Skip to content

Commit e151854

Browse files
committed
mapxbase: make DBFIsValueNULL() static
It's an internal function.
1 parent c69d113 commit e151854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mapxbase.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ int msDBFAddField(DBFHandle psDBF, const char * pszFieldName, DBFFieldType eType
469469
/* Based on DBFIsAttributeNULL of shapelib */
470470
/************************************************************************/
471471

472-
int DBFIsValueNULL( const char* pszValue, char type )
472+
static int DBFIsValueNULL( const char* pszValue, char type )
473473

474474
{
475475
switch(type) {

0 commit comments

Comments
 (0)