Commit f1b87189 authored by Alexander Barkov's avatar Alexander Barkov

Fixing a typo:

#ifdef defined(XXX) ->
#ifdef XXX
parent 7a8402c9
......@@ -808,7 +808,7 @@ int PlugCloseFile(PGLOBAL g, PFBLOCK fp, bool all)
fp->Mode = MODE_ANY;
fp->Count = 0;
break;
#ifdef defined(DOMDOC_SUPPORT)
#ifdef DOMDOC_SUPPORT
case TYPE_FB_XML:
CloseXMLFile(g, fp, all);
break;
......
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