reactos/lib/userenv
diff -u -r1.3 -r1.4
--- misc.c 11 Jul 2004 22:35:07 -0000 1.3
+++ misc.c 11 Jul 2004 23:08:31 -0000 1.4
@@ -1,4 +1,4 @@
-/* $Id: misc.c,v 1.3 2004/07/11 22:35:07 weiden Exp $
+/* $Id: misc.c,v 1.4 2004/07/11 23:08:31 weiden Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@@ -129,8 +129,7 @@
return FALSE;
}
- /* begin with the first function */
- fn = &DynFuncs->fn.foo; /* warning: assignment from incompatible pointer type */
+ fn = &DynFuncs->fn.foo;
/* load the imports */
for(i = 0; i < Module->nFunctions; i++)