]> Creatis software - bbtk.git/blobdiff - kernel/src/xmlParser.cpp
Fixes in some comments
[bbtk.git] / kernel / src / xmlParser.cpp
index 49d05ca687fd4d02e96e0f1603c1365e7ad17b75..e181809ea4a3db3e9e3e977ebd98e4a64dad3350 100644 (file)
@@ -233,14 +233,14 @@ char myIsTextUnicode(const void *b, int len) { return FALSE; }
                 0,                       // performance and mapping flags
                 s,                       // wide-character string
                 l,                       // number of chars in string
-                NULL,                       // buffer for new string
+                NULL,                    // buffer for new string
                 0,                       // size of buffer
                 NULL,                    // default for unmappable chars
                 NULL                     // set when default char used
                 );
             if (i<0) return NULL;
             char *d=(char*)malloc(i+1);
-            WideCharToMultiByte(codePage,  // code page
+            WideCharToMultiByte(codePage,// code page
                 0,                       // performance and mapping flags
                 s,                       // wide-character string
                 l,                       // number of chars in string