knoaman     2003/11/24 10:07:41

  Modified:    c/src/xercesc/util PlatformUtils.cpp
  Log:
  Add missing ';'
  
  Revision  Changes    Path
  1.14      +4 -1      xml-xerces/c/src/xercesc/util/PlatformUtils.cpp
  
  Index: PlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/PlatformUtils.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- PlatformUtils.cpp 24 Nov 2003 17:07:53 -0000      1.13
  +++ PlatformUtils.cpp 24 Nov 2003 18:07:41 -0000      1.14
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.14  2003/11/24 18:07:41  knoaman
  + * Add missing ';'
  + *
    * Revision 1.13  2003/11/24 17:07:53  knoaman
    * Reset memory manager in Terminate
    *
  @@ -415,7 +418,7 @@
           fgMemMgrAdopted = true;
   
       // set memory manager to 0
  -    fgMemoryManager = 0
  +    fgMemoryManager = 0;
   
       // And say we are no longer initialized
       gInitFlag = 0;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to