update for HEAD-2003021201
[reactos.git] / lib / msvcrt / mbstring / mbclen.c
index 389aa07..c4286e2 100644 (file)
@@ -1,4 +1,3 @@
-
 #include <msvcrt/mbstring.h>
 #include <msvcrt/stdlib.h>
 
@@ -25,6 +24,3 @@ int mblen( const char *s, size_t count )
                return -1;
        return l;
 }
-
-
-