update for HEAD-2003021201
[reactos.git] / lib / msvcrt / mbstring / mbsncat.c
index a875ab0..329b94c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS system libraries
- * FILE:        lib/crtdll/mbstring/mbsset.c 
+ * FILE:        lib/msvcrt/mbstring/mbsncat.c 
  * PURPOSE:     Concatenate two multi byte string to maximum of n characters or bytes
  * PROGRAMER:   Boudewijn Dekker
  * UPDATE HISTORY:
@@ -56,4 +56,3 @@ unsigned char * _mbsnbcat(unsigned char *dst, const unsigned char *src, size_t n
        }
        return dst;
 }
-