[CLB]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 3 Oct 2012 21:58:28 +0000 (21:58 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 3 Oct 2012 21:58:28 +0000 (21:58 +0000)
- Code cleaning

svn path=/trunk/; revision=57470

reactos/base/applications/regedit/clb/CMakeLists.txt
reactos/base/applications/regedit/clb/clb.c

index 1db1983..29e3853 100644 (file)
@@ -10,4 +10,3 @@ add_library(clb SHARED
 
 set_module_type(clb win32dll UNICODE)
 add_importlibs(clb user32 gdi32 comctl32 kernel32 ntdll)
 
 set_module_type(clb win32dll UNICODE)
 add_importlibs(clb user32 gdi32 comctl32 kernel32 ntdll)
-    
\ No newline at end of file
index 2944481..74405cf 100644 (file)
@@ -308,3 +308,4 @@ DllMain(IN HINSTANCE hinstDLL,
     return Ret;
 }
 
     return Ret;
 }
 
+/* EOF */