Further reduced differences and include all identical msvcrt targets in crtdll makefile.
[reactos.git] / reactos / lib / crtdll / stdlib / senv.c
index b996ef6..b87dcb6 100644 (file)
@@ -5,6 +5,7 @@
 #define NDEBUG
 #include <msvcrt/msvcrtdbg.h>
 
+
 void _searchenv(const char *file,const char *var,char *path )
 {
        char *env = getenv(var);